/* Mobile menu — stacking and scroll lock */
#mobile-menu {
  isolation: isolate;
}

#mobile-menu-overlay {
  z-index: 0;
}

#mobile-menu-panel {
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

html.mobile-menu-open,
html.mobile-menu-open body {
  overflow: hidden;
  overscroll-behavior: none;
}
