Is there a way to prevent the bouncy scrolling behavior on mobile devices? For example, when there is no content below to scroll, but you can still scroll up and then it bounces back when released.
Here is my HTML structure:
<html>
<body>
<div id="wrapper">
<div id="container">
All elements stretch to the full height of the window. I've tried using overflow:hidden on html and body with various settings like auto, but nothing seems to stop the scrolling unless there is more content below.