nghiepdev / smooth-scrollbar-react

A wrapper for smooth-scrollbar to React Component.
https://codesandbox.io/s/smooth-scrollbar-react-4pu86
MIT License
39 stars 5 forks source link

Library block scroll in select option #11

Closed mhanifmuhsin closed 3 years ago

mhanifmuhsin commented 3 years ago

I have a select option , but when I add this library the default scroll doesn't work, is it really like this, and is there a solution?

nghiepdev commented 3 years ago

@mhanifmuhsin Can you share your example code?

mhanifmuhsin commented 3 years ago

Yes, here is the sample code : [https://f91lz.csb.app/](sample code)

nghiepdev commented 3 years ago

@mhanifmuhsin I've just rewritten your example to works correct with react-select https://codesandbox.io/s/sample-react-select-in-smooth-scroll-bar-forked-gv5uh?file=/src/MyComponent.jsx:1170-1461

mhanifmuhsin commented 3 years ago

Thank you, the code was successfully implemented and works well