souhe / reactScrollbar

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

Disable scrolling #109

Closed pvtri96 closed 6 years ago

pvtri96 commented 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.

pvtri96 commented 6 years ago

Just found the way to disable it.

  <Scrollbar
    {...otherProps} 
    speed={0}
  />

Close #109