Position:fixed within position:fixed: which browser is correct?
问题 Positioning a fixed element inside another fixed element is behaving differently in Chrome / Safari vs Firefox. This answer explains well the expected behavior for a fixed div inside a relative one, and MDN is pretty clear on this: Fixed Positioning Do not leave space for the element. Instead, position it at a specified position relative to the screen's viewport and don't move it when scrolled. When printing, position it at that fixed position on every page. What I don't understand is what