style: add back scrollbar-color for firefox

This commit is contained in:
freeplay 2023-07-04 13:33:56 -04:00
parent fd4840f24e
commit 7a160d3c8f

View file

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