html {
  overflow-y: auto !important;
}

html,
body {
  touch-action: pan-x pan-y;
  overscroll-behavior: none;
}
