sober
Version:
Sober is a library of UI components designed with reference to Material You.
18 lines (16 loc) • 392 B
CSS
@media (pointer: fine) {
::-webkit-scrollbar {
width: 6px;
height: 6px;
background: transparent;
}
::-webkit-scrollbar-thumb {
background: var(--s-color-outline-variant, #c0c8cc);
border-radius: 3px;
}
@supports not selector(::-webkit-scrollbar) {
* {
scrollbar-color: var(--s-color-outline-variant, #c0c8cc) transparent;
}
}
}