html {
    scroll-behavior: auto !important;
}

body {
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch;
}