-
I noticed the scrollbars are just standard wide scrollbars, probably the ones used by Edge (at least on a PC). Is there a possibility to have the scrollbar either disappear or shrink when it's not foc…
-
The current VS Code scrollbars (both vertical and horizontal) are OK, but I would prefer:
- The scrollbars not to disappear when the mouse stops moving
- The scrollbars to be a bit thicker, thus eas…
-
Does not look great on macOS, see Electron for solutions
![System Preferences 2019-09-21 at 10 15 17@2x](https://user-images.githubusercontent.com/49557/65370428-d7f68180-dc58-11e9-97c2-217efef4247…
-
iPad 2, iOS 9.3.5, build 1.14.8 (70).
When using Russian locale, there are two horizontal scrollbars in the Preferences window. One for the entire window, and one for Advanced section.
There is …
-
Do you know if it's possible to enable dark scrollbars natively in WinForm? Notepad++ and Windows Explorer are using native dark scrollbars
-
I don't know if this is related to visualization problems on computers with high DPI, but on my Surface, the vertical scroll bars are tiny and difficult to get hold of.
-
Hey,
Great site.
For those that force scroll bars, using `width: 100vw;` is causing issues.
Also, dropdown menu.
![Screenshot 2020-07-01 at 07 59 55](https://user-images.githubusercontent…
CHEWX updated
4 years ago
-
The reason why chat & player list have a `tabindex` is because I want them to be scrollable. And I hid the scrollbars on them because they are ugly, so I only put them on `hover` (doesn't work on mobi…
-
I tried several different options (several hours) and until scrollbar-theming has some default way to be changed, this works:
```
:root {
overflow: hidden;
}
.topmost-container-on-same-element-…
-
I have component 'Stack'. It consists of a stack of 3 components.
All 3 components should scroll left-right synchronously.
The middle component can also scroll up-down (not the others), an it sh…