Search code examples
phpjavascriptjquerybounce

Stop bouncing at start/end of webpage (OS X)


When I scroll when I'm at the start or end of a webpage I get a bounce effect (only on OS X), but that's not the case on for example www.icloud.com/
Is there a code to "turn this off" for my website like on the iCloud site?


Solution

  • This did it for me. The secret is "overflow: hidden".