Category: sticky

Sticky as a Local Fixed?

Lemme set the stage a bit here. You have a website and, like most, it scrolls.This website will have modals. You’ll probably position: fixed the modal so that it’s predictably positioned regardless of scrolling. It’s possible the modal itself will scroll.Notice the modal has a close button. We ca...

Stickybits: an alternative to `position: sticky` polyfills

Stickybits is a small JavaScript utility plugin. It’s goal is not to get in the way. It does one thing well: help with sticky elements. It is not dependent on other JavaScript Plugins, can be imported via npm, and approaches sticky elements in a very utility-oriented way.Solving the sticky element problem can...