react-custom-scrollbars
react-custom-scrollbars copied to clipboard
Can't scroll when hovering over scrollbar
When hovering the pointer over the custom scrollbar it's impossible to scroll with a mousewheel/trackpad. To follow the native behavior, it might be nice to detect the different triggers for scroll events and scroll the container in response. Not sure if there's a cleaner way to handle that.
Is there any solution to this? The current behavior goes against standard behavior of browser's scrollbars from what I can see.