smooth-scrollbar-react icon indicating copy to clipboard operation
smooth-scrollbar-react copied to clipboard

A wrapper for smooth-scrollbar to React Component.

Results 6 smooth-scrollbar-react issues
Sort by recently updated
recently updated
newest added

Hi, the problem I faced was that "ref" object always remained "null" and never got a value. Here is a fix.

Hi, I'm trying to have full body scroll. How to achieve this without fixed height ? ```javascript function App() { return ( {[...Array(20).keys()].map((value, index) => ( {value + index} ))}...

Hello bro, Can u help me use it for Nextjs, I have a issue. Thank for help ![image](https://user-images.githubusercontent.com/67373221/204071381-70d32b12-c34e-4652-b30e-889762b241b7.png)

Unable to scroll child component when wrapped inside the I may be wrong or missing out on something, If someone knows how to fix it please let me know reproducible...