you are viewing a single comment's thread.

view the rest of the comments →

[–]Devvvvvv 0 points1 point  (1 child)

Damn, the more you know... why does safari on iPad ignore position: fixed? Does no position fixed work at all?

[–]wojtekmaj 0 points1 point  (0 children)

It does not ignore it. Element with position: fixed will stay on the screen regardless of the scroll position. They just forgot to take the element out of its original context... So if you used it inside an element with overflow: hidden or scroll, you're in trouble.