captivationsoftware/react-sticky

Sticky content flashing on scroll

Closed this issue · 1 comments

I added a topOffset value and my sticky contents are flashing in and out. It only happens when scrolling - sometimes when scrolling down but always when scrolling up.

has anyone else seen this issue?

If anyone else has this issue I was passing the style object to a component inside my sticky container because I was relying on some of the sticky styles.
By removing the style object from that component and adding the styles myself the flash went away.