The default cursor for react-custom-scrollbars is pointer when you move your mouse on the scroll bar.
Is there a way to change cursor style?
Rig
Weird! how about using some parent like .cursor-normaliizer or something. like this:
.cursor-normaliizer
Some content
css:
.cursor-normalizer div:last-child > div{ // exact selector cursor: default !important }
DEMO