style: add back scrollbar-color for firefox

This commit is contained in:
freeplay 2023-07-04 13:33:56 -04:00
parent 75cbe78387
commit bd5e2c5692
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ html {
sans-serif;
}
}
* {
scrollbar-color: var(--scrollbarHandle) transparent;
}
body::-webkit-scrollbar {
width: 12px;
height: 12px;