.side-rail{
  grid-template-rows:auto minmax(0,1fr) !important;
}

.side-rail > .compact-panel:first-child{
  align-self:start;
}

.side-rail > .compact-panel:last-child{
  min-height:0;
  height:100%;
}

@media(max-width:1120px){
  .side-rail{
    grid-template-rows:none !important;
  }
}
