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

Bug: StickyScrollUp component cut in safari when scrolled up fast #12

Closed garthenweb closed 6 years ago

garthenweb commented 6 years ago

In Safari, when scrolling up fast with a track pad, the debouncing of the page can cause the element to fade out of the display (probably due to negative scroll offset).