Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

css "position: fixed" doesn't work after zoom

  • 4 replies
  • 3 have this problem
  • 3 views
  • Last reply by Ben Kol

more options

What the title says, when using css position: fixed, the element sometimes stays in place after zoom and scroll; I tried solving it using Javascript but wasn't been able to detect the amount of scrolling.

What the title says, when using css position: fixed, the element sometimes stays in place after zoom and scroll; I tried solving it using Javascript but wasn't been able to detect the amount of scrolling.

All Replies (4)

more options

You might want to test with the beta version of Firefox Mobile 14 for Android to see whether the problem has been fixed. It's available in the Play app store. (I haven't tested it myself.)

more options

Tested on 15, looks great, thanks

more options

Sorry, but it appears that there is a new problem with position:fixed, "bottom" and "right" don't work, The element just disappears. I uploaded a Sample Page

more options

UPDATE: it seems as if element with position:fixed and "right" alignment get their alignment converted to "left". updated the sample page: Sample page (try to zoom)