style: add back scrollbar-color for firefox
This commit is contained in:
parent
75cbe78387
commit
bd5e2c5692
|
@ -53,6 +53,9 @@ html {
|
||||||
sans-serif;
|
sans-serif;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
* {
|
||||||
|
scrollbar-color: var(--scrollbarHandle) transparent;
|
||||||
|
}
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
|
|
Loading…
Reference in New Issue