iOS browser scrolling stops instead of getting slower
this behavior happens if you set overflow-y: scroll
on html
and body
. use it on html
only:
html, body {
width: 100%;
height: 100%;
}
html {
overflow-y: scroll;
}
Written by Silvan Spross
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ios
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#