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

React scrollbars component

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

Went through the documentation but could not find the option for always showing a scrollbar. Help!

enhancement

Added Classes to Target the div elements to make CSS changes.

When used in a material UI TableBody, it seems that MaterialUI rejects anything that may alter their table's architecture throught the DOM. Material UI forbids using anything other than TableHeader...

when i use this package with default direction: rtl; this will goes up. ![Screenshot 2020-11-16 225049](https://user-images.githubusercontent.com/27909526/99297932-3075de80-285e-11eb-83d5-5423f7b67937.png)

![screen](https://user-images.githubusercontent.com/2026837/35181145-9b4517b2-fdcd-11e7-8806-a12a1314bb8e.JPG) If I customize default scrollbar by "::-webkit-scrollbar", I'll get this: ![image](https://user-images.githubusercontent.com/2026837/35181166-e31d14fe-fdcd-11e7-814f-a599dcf32a54.png) Unforeseen shifting to right.

Scroll bar does not scroll with user, while scrolling in main screen, I have 2 scroll bar now, one is the native scrollbar and other one is the scroll bar...

Right now autoHeightMin, autoHeightMax take parameter of type number, which means number of pixels. How can I pass something like 'calc(100vh - 120px)' as my max height in scroll container?...

help wanted

If your thinking about using this, don't. You will spend a lot of wasted time trying to debug issues. Current issue count 130+ and Pull requests 30+. If this helps...

Hi, How to use, React custom scroll bar with React Select. [https://github.com/malte-wessel/react-custom-scrollbars/pull/305](url) Now my code is like this: import React from 'react'; import './App.css'; import Select from 'react-select'; import {...