souhe / reactScrollbar

Scrollbar component for React
MIT License
466 stars 137 forks source link

How to scroll to element #151

Open tnrich opened 4 years ago

tnrich commented 4 years ago

Hey there @souhe and @sizeight @tgreen7,

Using the built-in el.scrollIntoView() function doesn't play nice with this module. Do you have a recommended way to scroll to an arbitrary element within the scroll area?

Thanks!