fixed-sticky icon indicating copy to clipboard operation
fixed-sticky copied to clipboard

DEPRECATED: A position: sticky polyfill that works with filamentgroup/fixed-fixed for a safer position:fixed fallback.

Results 26 fixed-sticky issues
Sort by recently updated
recently updated
newest added

I see in you to-dos you have listed a vanilla JS version. Have you made any progress on that?

I have a simple react component. I am doing $('.classname').fixedsticky in componentDidMount(). I have a global css for top:0 I have also added .fixedsticky to .classname element. This does not...

I have a toggable area above the sticky section. When the toggled area are hidden (default) everything works fine. But when toggled open the element that should be sticky get...

I'm using the polyfill and I have an element which should stick to the top of the page. The element has following CSS styles. ``` top: 0; bottom: auto; ```...

Has anyone else run into this? If the sticky element's parent is set to display:flex, the sticky element flickers on/off. I'll post a test case from codepen shortly.

It is not working in Chrome

better use mine: https://github.com/soenkekluth/sticky-state (demo is yours with my module) overflow:auto > position:sticky will be supported in a moment

question

Looking at the demo (as well as my own test implementation) with Chrome 35 OS X, when an element switches from .fixedsticky-on to .fixedsticky-off it just out of view, but...

enhancement

Thanks for this great project! Quick question: with native sticky positioning, it looks like z-index is respected even when the element is unstuck. Mozilla docs say "Sticky positioning is a...

enhancement