/*
 * DREAMMAKER IMMEDIATE SIDEBAR NAVIGATION V1
 *
 * Locks the background page only while the mobile Command Center
 * sidebar is open.
 */

html.dm-command-sidebar-open,
body.dm-command-sidebar-open {
  overflow: hidden !important;
  overscroll-behavior: none !important;
  touch-action: none;
}

body.dm-command-sidebar-open #platform-sidebar {
  touch-action: pan-y;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
