Skip to content
Snippets Groups Projects
Commit 8fefcb86 authored by Sorin Davidoi's avatar Sorin Davidoi Committed by Eugen Rochko
Browse files

feat(css): Styled scrollbars in Firefox Nightly (#8653)

You currently need to enable `layout.css.scrollbar-colors.enabled` in `about:config` in Firefox
Nightly.
parent 6f3d934b
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,11 @@ table {
border-spacing: 0;
}
html {
scrollbar-face-color: lighten($ui-base-color, 4%);
scrollbar-track-color: rgba($base-overlay-background, 0.1);
}
::-webkit-scrollbar {
width: 12px;
height: 12px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment