smooth-scrollbar-react
smooth-scrollbar-react copied to clipboard
A wrapper for smooth-scrollbar to React Component.
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 
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...