You're blocking touchmove events to contain scroll. `overscroll-behavior` does it natively.
DEV Community
You're blocking touchmove events to contain scroll. `overscroll-behavior` does it natively.
When a scrollable container hits its edge, the page behind it starts scrolling too. Developers block this with JavaScript event handlers or body overflow tricks. overscroll-behavior is the CSS property that turns off scroll chaining in one line.
0 comments
No comments yet.