/* MISTER FAST V63.4.6.22.0.2 — Sidebar Scroll Recovery
 * Scope: MINI drawer geometry/scroll only.
 * No menu items, PHP logic, map, chat, GPS, API, login or session changes.
 */
.mf63-drawer{
  display:flex!important;
  flex-direction:column!important;
  height:100dvh!important;
  max-height:100dvh!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.mf63-drawer>header{
  flex:0 0 auto!important;
}
.mf63-drawer>nav{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  padding-bottom:max(18px, env(safe-area-inset-bottom))!important;
  scrollbar-width:thin;
}
.mf63-drawer>nav>a:last-child,
.mf63-drawer>nav>button:last-child{
  margin-bottom:max(8px, env(safe-area-inset-bottom))!important;
}
@supports not (height:100dvh){
  .mf63-drawer{
    height:100vh!important;
    max-height:100vh!important;
  }
}
