Fix overly thin scrollbars in firefox
This commit is contained in:
parent
385e9eadb0
commit
e5b2fdfcf6
|
@ -70,7 +70,6 @@ a {
|
|||
background: var(--spectrum-alias-background-color-default);
|
||||
}
|
||||
html * {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--spectrum-global-color-gray-400)
|
||||
var(--spectrum-alias-background-color-default);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue