You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In quirks mode, for the purpose of calculating the height of an element element, if the computed value of the position property of element is relative or static, [...] the containing block of element must be calculated using the following algorithm, aborting on the first step that returns a value:
Sticky positioning is pretty much identical to relative positioning, except for the interpretation of the inset properties. So if relative positioning has the quirk, I think sticky positioning should have it too.
All 3 major browsers agree: position: sticky does not avoid the quirk.