Disabling Scroll Bounce

Open the page settings, and in the HEAD custom code zone, paste exactly this:

<style>
html,
body {
  height: 100%;
  width: 100%;
  overflow: auto;
}
</style>

Save and publish and test. You could do it almost only with Webflow, but Webflow only starts giving you control at Body, not at the HTML element.