captivationsoftware / react-sticky

<Sticky /> component for awesome React apps
MIT License
2.64k stars 386 forks source link

Enable useCapture option on scroll event listener #241

Closed vcarl closed 6 years ago

vcarl commented 6 years ago

Per #238 from @bdelaforest, StickyContainers within elements with a fixed height don't get notified on scroll. That PR fixed it but broke the relative prop on Sticky, but I think it's a good use case to support. This PR adds a capture prop to StickyContainer to enable it.