What's the best alternative to [position : sticky] in CSS?
I like what position : sticky does in CSS. But unfortunately, the browser support is extremely less. What's the best way to implement similar functionality in CSS?
So I'm not sure there's a great way to do this with css only apart from position: sticky, but I've used this tool in the past and it worked pretty well: github.com/filamentgroup/fixed-sticky
Sean Washington
So I'm not sure there's a great way to do this with css only apart from
position: sticky, but I've used this tool in the past and it worked pretty well: github.com/filamentgroup/fixed-stickyHere's the site using it: discors.com
There's also github.com/wilddeer/stickyfill which I hear works pretty well.