-
I've disabled the native scrollbars with css on the whole page:
```
::-webkit-scrollbar {
display: none;
width: 0; /* remove scrollbar space */
background: transparent; /* optional:…
-
I am using Chrome Version 59.0.3071.115 (Official Build) (64-bit). I've witnessed this in versions of Firefox and Safari, as well as different versions of Chrome on my coworkers computers.
I would …
-
When I have vertical scroll and don't have horizontal scroll then I have error of read property.
file: webpack:///./node_modules/react-custom-scrollbars/lib/Scrollbars/index.js
```
Uncaught TypeErr…
-
I have the Scrollbars HOC wrapping the site. Works well. I may have come across an edge case.
**_app.js**
`
`
If I had mobileNative as a prop, a hot reload in NextJS returns a _fuddle…
-
**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 fails to properl…
-
I looked into the docs and demos but unfortunately I couldn't find solution to my problem. I am trying to style my table so that scrollbars from `react-custom-scrollbars` are rendered outside my eleme…
-
Using react-scrollbars-custom with TypeScript what would be the correct implementation of the onScroll event?
Edit: I suspect there's some kind of namespace conflict happening between TypeScript's ge…
-
Hello, I know that project is abandoned, just want to notice everyone still using it.
React custom scrollbars are using internal layout with `wrapper` + `content` inside. `wrapper` has `overflo…
-
Hey, awesome library!
I've been playing around with this component in NextJS and have noticed these scrollbars disable all scrolling/do not display in the initial server side rendered HTML
Here'…
-
In Dockerfile, On line 20, there is COPY instruction mentioned as:
`COPY --from=build /app/build-info/ /build-info/`
this line is producing error mentioned as below:
`Error: building at STEP "C…