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.
this expected behaviour :
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
Post a Comment