@media (max-width: 480px) {
  #mobileSidebar {
    width: 90vw !important;
    min-width: 0 !important;
    max-width: 360px !important;
  }
}

body.sidebar-open {
  overflow: hidden;
  touch-action: none;
}