This CSS snippet prevents that annoying over-scrolling behavior in the browser.
html, body { overscroll-behavior: none; }
Tags: