Closed pvtri96 closed 6 years ago
As the document specification, there is no props or method to disable the scrolling event.
How can I do that?
Thank you for helping me.
Just found the way to disable it.
<Scrollbar {...otherProps} speed={0} />
Close #109
As the document specification, there is no props or method to disable the scrolling event.
How can I do that?
Thank you for helping me.