I am trying to implement a solution to prevent the iOS bounce effect in Safari for iOS when a web page content is larger than the viewport.
The page I am working on
This code should stop the bounce as it's the HTML tag that bounces
html { height : 100%; overflow: hidden; position: relative; } body { height : 100%; overflow: auto; position: relative; }