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

**What is the current behavior?** `TypeError: Cannot read property 'frames' of undefined at Object.o [as zoomLevel]` Probably this place https://github.com/xobotyi/zoom-level/blob/master/src/index.ts#L64

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 16.14.0 to 18.2.0 Release notes Sourced from react's releases. 18.2.0 (June 14, 2022) React DOM...

dependencies
javascript

**What is the current behavior?** **Steps to reproduce it and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your...

**What is the current behavior?** Prop types are bugged. Spreading its props into itself gives a weird error about ref. ``` Type '{ children: ReactNode; wrapperProps: { renderer: ({ elementRef,...

I tried to disable wheel scrolling using disableTrackXMousewheelScrolling props but it doesn't seem to work. I tried on macbook and tested with a trackpad and mouse scroller.

Hi! I'm having a really tough time trying to figure out how to stop my component to flicker like this: ![ezgif com-gif-maker](https://user-images.githubusercontent.com/50120237/169713627-76076030-5dd0-459c-9e73-82a3defb80dd.gif) In my project, I need to add a...

I am looking to have a feature similar to this ![image](https://user-images.githubusercontent.com/10483437/163109859-bee26e02-02d9-41b3-90ce-471e98f253c1.png) I tried using padding to the track it only restricts the thumb movement. It would be great if it...

**What is the current behavior?** When a user is dragging scrollbar scroller by mouse (not mouse wheel, it's important!) and the scrollbars component is being removed from the DOM it...

**Is your feature request related to a problem? Please describe.** Not sure if this is a bug report or a feature request, but I have a problem: - I have...

**What is the current behavior?** Looking at the example in Google Chrome the content is displayed properly. While looking at that same example in Safari no content is displayed. **Steps...