I can see that the demo only shows sidebar usage. Does it support headers too? Headers are different because a pinned header is required to still take space in the layout, AS IF it were relatively positioned with the top property adjusted on scroll.
(I want basically what position: sticky does, but without all the draconian restrictions on ancestors' position, size and overflow that render position: sticky unusable in real world scenarios).
I can see that the demo only shows sidebar usage. Does it support headers too? Headers are different because a pinned header is required to still take space in the layout, AS IF it were relatively positioned with the top property adjusted on scroll.
(I want basically what position: sticky does, but without all the draconian restrictions on ancestors' position, size and overflow that render position: sticky unusable in real world scenarios).