css - How to fix increasing Scrollbar thumb size while scroll of a div in iPad -


the scroll-bar thumb size keeps increasing when scroll 'overflow-y:scroll' div in ipad. idea how fix design break??

position: absolute; max-height: 200px;  overflow-y: scroll;  overflow-x: hidden;  

the above basic style set element.

this how looks in ipad scrolled bottom of div. enter image description here

this expected behaviour : enter image description here

try use native scrolling with: -webkit-overflow-scrolling: touch;

safari developer library reference

i tried reproduce behaviour ipad simulator http://codepen.io/anon/pen/kapkb

the problem variable height.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -