/* PromptSaar hard mobile menu scroll lock v2 */

@media(max-width:767px){
  html.ps-menu-hard-lock{
    overflow:hidden !important;
    overscroll-behavior:none !important;
  }

  body.ps-menu-hard-lock{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    overflow:hidden !important;
    overscroll-behavior:none !important;
    touch-action:none !important;
  }

  body.ps-menu-hard-lock #menuPanel{
    touch-action:pan-y !important;
    overscroll-behavior:contain !important;
    -webkit-overflow-scrolling:touch !important;
  }

  body.ps-menu-hard-lock #psMobileMenuBackdrop{
    touch-action:none !important;
    overscroll-behavior:none !important;
  }
}