hsunpei / react-scrolly

Scroll-based interactions made easy.
https://hsunpei.github.io/react-scrolly/
22 stars 2 forks source link

Prop for passing style and className to StickyPlot for overlay div wrapper #9

Open simpleshadow opened 4 years ago

simpleshadow commented 4 years ago

Expected Behavior Be able to set styles on overlay wrapper (e.g. z-index) so that the active section does not prevent clicks through to the overlay.

Current Behavior Can't set wrapper z-index so have to use JavaScript to find and set styles on parent wrapper div.