-
The .babelrc included causes issues with a normal create-react-app production build. The .babelrc is picked up during bundling, causing CRA to attempt to use babel-preset-es2015, which doesn't exist b…
-
**What is the current behavior?**
Thumb has wrong position on RTL
**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 co…
-
When using this library with nextjs 14 I'm getting:
```
Warning: Prop `style` did not match.
Server: "position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;-webkit-overflow-scrolling:tou…
-
**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 to reprod…
-
I created test repo https://github.com/ash-developer/react-custom-scrollbars-bug with reproducing such situation
-
While using this package if we do not specify prop-type (15.0.0) as peer dependency, we are seeing this error, and it is forcing us to include that as peer dependency in our project, can we remove it …
-
`window.scrollTo(0, 0);` sends the page to the top. With react-scrollbars-custom enabled on the body element, this does not happen.
Could there be a prop we could pass to make it listen to window.…
-
While using this package if we do not specify prop-type (15.0.0) as peer dependency, we are seeing this error, and it is forcing us to include that as peer dependency in our project, can we remove it …
-
Need to fix this scroll https://gyazo.com/8d212ac7f97439b82b5f353f89561916
1. Need some spacing between the text and the scroll, so they don't overlap
2. Maybe use http://malte-wessel.github.io/react…
-
I make a dynamic scrollbar to load users in my project, it will call serverice to get more users every time when I scroll to the bottom like below code block.
```javascript
constructor(props) {
…