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

The best React custom scrollbars component

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

variables disableTracksMousewheelScrolling and disableTrackXMousewheelScrolling are not class fields since skipped this ...((disableTracksMousewheelScrolling || disableTrackXMousewheelScrolling) && { onWheel: this.handleTrackXMouseWheel, }), therefore always undefined

not bug

Hi, If you update LIVE DEMO to latest package version `4.0.5` you will see that text is not fully visible. Here is the live exmple https://codesandbox.io/s/rsc-live-example-h34of This bug is most...

bug
question
platform-specific

I would like to modify the styling of the vertical scrollbar and thumb. In the documentation it is mentioned that to override the default you'll need to so something like...

I'm trying this library out in one of my projects and trying to make it work with the useRef hook. Is this possible? It looks like the component will only...

**What is the current behavior?** Scrollbar break the placement. It works if I remove `display: table-cell` **What is the expected behavior?** To get the same result as without Scrollbar ````html...

**What is the current behavior?** From the docs: "Styles needed to proper component work will be passed regardless of this option." But adding noDefaultStyles makes the contet disapear because of...

**What is the current behavior?** Because of this padding `0.05px` a container inside a Scrollbar has wrong width if there is no scroll. https://github.com/xobotyi/react-scrollbars-custom/blob/master/src/Scrollbar.tsx#L348 ![](https://i.imgur.com/NquxDMV.png) **Steps to reproduce it and...

**What is the current behavior?** I'm trying to output an \ element as my content element, using contentProps as in the docs. However, the ref type shows an incompatibility error:...

bug

**Is your feature request related to a problem? Please describe.** I'd like to change the style of the scrollbar thumb only when the user drags the thumb and not on...

I'm seeing the classNames ScrollbarsCustom trackYVisible trackXVisible being set in IE and Edge while only ScrollbarsCustom trackY Visible is set in Chrome and FireFox. Chrome and FF are doing the...