mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
style: add back scrollbar-color for firefox
This commit is contained in:
parent
fd4840f24e
commit
7a160d3c8f
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ html {
|
|||
sans-serif;
|
||||
}
|
||||
}
|
||||
* {
|
||||
scrollbar-color: var(--scrollbarHandle) transparent;
|
||||
}
|
||||
body::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
|
|
Loading…
Reference in a new issue