Open tnajdek opened 6 years ago
If we want to support position: sticky on "older" browsers, we need a polyfill:
position: sticky
https://github.com/wilddeer/stickyfill
This is pretty much only for benefit of the IE:
https://caniuse.com/#search=stick
Correct, I was also thinking about Opera on mobiles.
If we want to support
position: sticky
on "older" browsers, we need a polyfill:https://github.com/wilddeer/stickyfill
This is pretty much only for benefit of the IE:
https://caniuse.com/#search=stick