CSS Scrollbars
CSS Scrollbars standardizes the obsolete scrollbar color properties introduced in 2000 by Windows IE 5.5.
Basic Example
In this example we have chosen to use a thin scrollbar, with a green track and purple thumb.
.scroller {
width: 300px;
height: 100px;
overflow-y: scroll;
scrollbar-color: rebeccapurple green;
scrollbar-width: thin;
}
HTML
<div class="scroller">
Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi
welsh onion daikon amaranth tatsoi tomatillo melon azuki bean garlic.
Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette
tatsoi pea sprouts fava bean collard greens dandelion okra wakame tomato.
Dandelion cucumber earthnut pea peanut soko zucchini.
</div>
Result
Reference
CSS Properties
Specifications
|
Desktop |
|
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
Basic support
|
No |
No |
64
- 64
- 63
Disabled
- Disabled From version 63: this feature is behind the
layout.css.scrollbar-width.enabled preference (needs to be set to true ). To change preferences in Firefox, visit about:config.
|
No |
No |
No |
|
Mobile |
|
Android webview |
Chrome for Android |
Edge Mobile |
Firefox for Android |
Opera for Android |
iOS Safari |
Samsung Internet |
Basic support
|
No |
No |
No |
64
- 64
- 63
Disabled
- Disabled From version 63: this feature is behind the
layout.css.scrollbar-width.enabled preference (needs to be set to true ). To change preferences in Firefox, visit about:config.
|
No |
No |
No |
|
Desktop |
|
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
Basic support
|
No |
No |
64
- 64
- 63
Disabled
- Disabled From version 63: this feature is behind the
layout.css.scrollbar-colors.enabled preference (needs to be set to true ). To change preferences in Firefox, visit about:config.
|
No |
No |
No |
|
Mobile |
|
Android webview |
Chrome for Android |
Edge Mobile |
Firefox for Android |
Opera for Android |
iOS Safari |
Samsung Internet |
Basic support
|
No |
No |
No |
64
- 64
- 63
Disabled
- Disabled From version 63: this feature is behind the
layout.css.scrollbar-colors.enabled preference (needs to be set to true ). To change preferences in Firefox, visit about:config.
|
No |
No |
No |