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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -