/* v21: fixed application workspace with a complete, reachable menu. */
@media (min-width: 981px) {
  html, body { height:100%; overflow:hidden; }
  #appView.app:not([hidden]) { height:100vh; min-height:0; overflow:hidden; }
  #appView .shell { height:calc(100vh - 70px); min-height:0; }
  #appView #navigation {
    position:relative; top:auto; height:100%; max-height:none;
    overflow-y:auto; overscroll-behavior:contain; scrollbar-width:thin;
  }
  #appView .content {
    height:100%; min-height:0; overflow-y:auto; overscroll-behavior:contain;
    scroll-behavior:auto;
  }
}
