-
This simple issue is related to subpixel calculation.
```
getThumbHorizontalWidth() {
...
if (trackWidth === width) return 0;
getThumbVerticalHeight() {
...
if (trackHeight === heig…
-
I have a react-scrollbars-custom scrollbar implemented around a tag with some text in which the width and height parameters are auto and 100% respectively. This works absolutely fine in browsers such…
z9170 updated
3 years ago
-
https://codesandbox.io/s/compassionate-lamarr-w0g03?file=/index.js
how to make a custom horizontal scrollbar from the bottom?
-
Hi,
I am migrating my an app to Server Side Rendering, and to make sure the site is browsable on the first render, I disabled the client bundle. So my server renders the markup, sends it to the cli…
-
Die Indextabellen können je nach Inhalt beliebig breit werden und und rutschen so aus dem Contentbereich (?) heraus. Sie sollten korrekt die maximale Breite beachten und dann scrollbar werden.
Zusä…
-
Hello,
would it be possible to make these two events available: when the user presses the scroll thumb and when she releases it.
Or is it possible already?
-
Using a mouse wheel works only on vertical scrolling. When scroll list is horizontal, scrolling works only by dragging and clicking the bar.
-
Great product, but we had to stop using it in some key places in our live app for the reason below. I'd like to reinstate it evrywhere because I personally hate the native scroll bars and like to mak…
-
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 tries to show up …
-