garthenweb / react-stickup

React components to stick elements at the top of the page while scrolling
http://garthenweb.github.io/react-stickup
MIT License
24 stars 4 forks source link

Use `position: absolute` instead of `transform: translateY(...)` for offset #19

Closed garthenweb closed 5 years ago

garthenweb commented 6 years ago

It might result in better performance when using position: absolute as we do on the StickyScrollUp component for Sticky component as well.

garthenweb commented 5 years ago

Fixed with 8261654775f5c4c7b89aecaa278b39d3278a4708