Bottom fixed div keeps jumping when scrolling on iPhone -
i working on responsive design have div container should fixed @ bottom of viewport. problem div keeps moving when scroll up/down page , takes little while until in fixed position.
does have idea how fix jumping around? else can position: fixed , bottom: 0?
thanks!! :)
did try:
-webkit-backface-visibility: hidden; backface-visibility: hidden;
or maybe
-webkit-overflow-scrolling: touch
hope helps !
Comments
Post a Comment