#Page goes back to the beginning
11 messages · Page 1 of 1 (latest)
In this video all I do is try to scroll down, but every time I do this and let go of my finger it takes me back to the top of the page
canvas element ain't scrollable though
you it seems like you're just overscrolling, not scrolling? 
what do you mean by the word 'overscrolling' ?
By default, mobile browsers tend to provide a "bounce" effect or even a page refresh when the top or bottom of a page (or other scroll area) is reached. You may also have noticed that when you have a dialog box with scrolling content on top of a page of scrolling content, once the dialog box's scroll boundary is reached, the underlying page will then start to scroll — this is called scroll chaining.
so i should set overscroll-behavior to body to "none", to fix it?
it could happens due to
--scroll-behavior: smooth !important;
scroll-behavior: smooth !important;
}
or not?