react-custom-scrollbars
react-custom-scrollbars copied to clipboard
React scrollbars component
**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...
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.  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?
 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...
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...