react-custom-scrollbars icon indicating copy to clipboard operation
react-custom-scrollbars copied to clipboard

React scrollbars component

Results 110 react-custom-scrollbars issues
Sort by recently updated
recently updated
newest added

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

I'm struggling to stop the scrollbar to scroll to top after component rerendering. Any help/suggestion. Much appreciated. Thanks.

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...

Hi @malte-wessel I did some test and believe these two features are possible. My implementation is at https://github.com/othree/react-custom-scrollbars/commits/paidy now. I am willing to organize it well and send PRs back....

enhancement

The Scrollbars component doesn't react to changes in the height (and I assume width) of its children until the user starts scrolling. This is a problem for content that can...

question

I would like to have an element that is under the scrollbars element but rendered outside of the scroll area. ``` const containerStyle = { position: "relative"; }; const labelStyle...

According to the api's doc, i do not find any apis which can support me to listen the moment of scrolling to the end?

There is no method for Scroll End. A function which will be called when scroll thumb is at end of track. I need to add infinity scroll feature. Tell me...

For some reason on a 2017 MacBook pro, the custom scrollbar never appears and I get native scrollbar instead. However if I plug in a USB mouse and refresh the...