I am using position: sticky
in my app, inside a container who use an overflow
property to show a scrollbar. I have searched for a polyfill who does support this condition, but without any luck so far.
Does anyone know such a polyfill/shim who support oveflow
?
Regards
I used a
position: sticky
polyfill called stickyfill to do this.You just have to tell the polyfill to do it's job even on browsers that support
position: sticky
natively.Here's a demo, also on Codepen