.noscroll * {
  touch-action: none;
}
.noscroll button {
  touch-action: none;
}

html.iosdevice {
  touch-action: auto !important;
  overflow: auto !important;
  scroll-snap-type: x mandatory !important;
  height: 100% !important;
  width: 100% !important;
}

html.noscroll {
  touch-action: none !important;
  -webkit-overflow-scrolling: none !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

body.iosdevice {
  touch-action: auto !important;
  height: calc(100% + 5000px) !important;
  position: absolute !important;
  inset: 0 !important;
  margin: 0;
}

#app.iosdevice {
  position: fixed !important;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
}
