Smooth overflow scrolling in iPhone/iPad
If you try to scroll on iPhone/iPad a div content that is marked as overflow:scroll
you will be disappointed. The scrolling feels unnatural as the "inertial scrolling" is not working. As a workaround add the following to your CSS:
overflow:scroll
-webkit-overflow-scrolling: touch;
Written by Giannis Dzegoutanis
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#