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

React scrollbars component

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

**Explanation** if the page(body) or the scrolled component is in right to left (`direction:rtl` style) the default scrollbars are opposite and all the current calculation are wrong. #69 **Changes** -...

When I scroll the mouse wheel when cursor is over vertical scrollbar, nothing happens. I would like to scroll the content. It is the behavior with a native scrollbar. Is...

enhancement

I only want a horizontal scrollbar on overflow. Is there a way to disable the vertical scrollbar such that the height is simply that of the `Scrollbars` children with no...

Hello, when i switch to device mode in chrome developer console and refreshed page, both scrolls natvie and custom are visible at once. Custom scrollbar is not moving. ![image](https://user-images.githubusercontent.com/35962203/72271107-92eec480-3626-11ea-8a7a-7d869d20cdc3.png) my...

I was trying to reset scroll top value to "0" on every time whenever it gets updated (with some condition). I called the method **scrollToTop()** but its not being set...

how can i know the direction of scroll motion?

![image](https://user-images.githubusercontent.com/58653359/72205783-e98ebe00-34c1-11ea-82eb-ca4a85925dda.png) Can you tell me how to make it to respect to flex?

https://github.com/malte-wessel/react-custom-scrollbars/issues/41#issue-148316547 Clicking on anchor links (e.g.``````) causes a call of element.scrollIntoView() on target. But scrollIntoView scrolls to top all ancestors of the target, which have content height greater than element...

Hey, I'm having the following structure: ``` ``` #main uses display: flex;, while #content has the size of flex:1;. The content within ScrollBars isn't visible on Safari (the div has...

enhancement

When using browser scroll, I always have an option to disable scroll with css `overflow` property. And I can do it whenever I want. Why there is not the case...