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

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

![image](https://user-images.githubusercontent.com/54134686/199071057-c9392aef-268c-453e-8316-a79dbfbbbe9d.png)

As soon as, I switch the tabs and come back to the original tab, the native scrollbar is replaced with the custom scrollbar. Can anybody tell me what this behavior...

I load my application inside iframe. But iframe has display:none from the begging while my application is loading and then switch to display:block. In this span of time custom scroll...

I have child component inside Parent component and both components have scrollbar. In some scenario I want to disable parent component scrollbar. How should I achieve? Can you please help...

TypeScript doesn't see "view" field of Scrollbars, so you have to add "@ts-ignore"

I'm trying to create scrollable content inside custom view (wrapper), but I cannot get this library to work. My custom tracks are not displaying, they are in DOM, but have...

Adds a `scrollBehavior` parameter to all scrollToX functions. The parameter accepts 3 values (`auto`, `instant`, `smooth`) ([MDN Docs](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTo)). This resolves #20 by setting scrollBehavior to `smooth`.

Hello I'm creating a component that uses the Scrollbars and adds the style, this is used after like the normal component is, it's only a way to not repeat code....

Hi, trying to install this package using npm but it seems like it has conflicts with react 18, here are the logs: ```log $ npm install react-custom-scrollbars-2 --save npm ERR!...

Need to directly import React into the Scrollbars component, because the lib in the Vite production build is returning the "React is not defined" error. Fixes #23