filamentgroup / fixed-sticky

DEPRECATED: A position: sticky polyfill that works with filamentgroup/fixed-fixed for a safer position:fixed fallback.
MIT License
1.49k stars 153 forks source link

not working in react component #114

Open hrushi5388 opened 7 years ago

hrushi5388 commented 7 years ago

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 work.

glebselyukov commented 7 years ago

not working