@media (max-width: 767px) {
#scroller {
height: 100vh !important;
height: 100dvh !important;
overflow-y: auto !important;
overflow-x: clip !important;
scroll-snap-type: none !important;
scroll-padding-top: 72px;
overscroll-behavior-y: auto !important;
touch-action: pan-y !important;
-webkit-overflow-scrolling: touch;
}

  #scroller > header,
  #scroller > section {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
overscroll-behavior: auto !important;
scroll-margin-top: 72px;
}
}
