gabergg / react-scrollable-anchor

Smooth scrolling anchors bound to URL hash
MIT License
291 stars 89 forks source link

Allow containers other than window to scroll #41

Open dbramwell opened 6 years ago

dbramwell commented 6 years ago

Addresses issue 4 by building upon pull 37

See example 5 here

Edit: I've now pushed a release of this into a branch on my github fork. Hopefully this will be merged soon, but for now the new feature can be used by adding the following to the dependencies in your package.json: "react-scrollable-anchor": "github:dbramwell/react-scrollable-anchor#release"