DEV Community

Discussion on: Why it's time to embrace position sticky

Collapse
 
juanmanuelramallo profile image
Juan Manuel Ramallo

Would be nice to have this in the article actions/reactions bar, to stick it at the bottom of the article card/container.

Collapse
 
ben profile image
Ben Halpern

I didn't even know about position: sticky, I'd only seen this done via JS which I never really liked. This is definitely something I could see us making use of.

Collapse
 
link2twenty profile image
Andrew Bone

There was a little talking about when the reaction bar changed.

dev.to/entrptaher/comment/5fdn

Collapse
 
mattstuddert profile image
Matt Studdert

Yeah, it’s great! Makes sticky elements super easy to implement.

Thread Thread
 
ben profile image
Ben Halpern

I imagine this is much more performant than JS-driven alternatives?

Thread Thread
 
mattstuddert profile image
Matt Studdert

I couldn’t say for sure, as I haven’t looked into the performance side. But I’d imagine so without any listeners.

Thread Thread
 
ben profile image
Ben Halpern

I already quickly implemented this in an internal tool for dev.to

PR: github.com/thepracticaldev/dev.to/... 😄

Thread Thread
 
equinusocio profile image
Mattia Astorino