Robert Pethick

Results 12 comments of Robert Pethick

If it helps this is now supported in https://github.com/RobPethick/react-custom-scrollbars-2

I needed one of those issues fixed so created my own fork and published to this repo https://github.com/RobPethick/react-custom-scrollbars-2 and put it to npm under react-custom-scrollbars-2 If anyone needs one of...

fixed in https://github.com/RobPethick/react-custom-scrollbars-2 thanks to @lwolczynski

Agreed this would be a good addition, this is my current solution } />

It did initially within my simple provider as when I checked the scopes I currently had in my cached token against the scopes requested here they didn't match - obviously...

Hi, for now you can get the ref for the scrollbars container and then use the normal native scroll access functions?

Assumedly you just need to add import React from 'react'; to the top of your page. Doesn't sound like an issue with this lib

Fair enough. I don't have a lot of time, but if you are happy to work up a PR for this I'll take a look. Depending on your browser requirements...

Yes I'm very happy to look at a PR for this

I like it! Maybe the real solution would be to improve renderTrackHorizontal so you can specify the ref of the track? That way the children don't get overriden?