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
If a sticky element happens to be larger than it's scrollport and offset in the scrolling dimension, I'm guessing the lion's share of intent isn't what is represented in the spec and implementation. It currently sticks to the designated edge, continuing to hide/clip the overflowing edge until scrolling all the way to the other side of it's containing block.
This particular case where a sticky element overflows its scrollport isn't exactly underspecified as much as its behavior just doesn't break or provide much utility.
I'd imagine it more useful if when scrolling from an elements sticky edge, it continues to scroll until meeting its opposite offset value, then sticking, if its height plus offset value "overflows" the opposite edge of the scrollport.