How to prevent the default Chrome page history when you swipe left or right
While building a recent interactive experience with GSAP ScrollTrigger, I ran into the Chrome browser behaviour issue regarding how it triggers the browser history navigation. A simple CSS line can fix this if you need. It’s overscroll-behavior-x: none;