Fix overly thin scrollbars in firefox

This commit is contained in:
Andrew Kingston 2023-02-28 11:51:00 +00:00
parent 385e9eadb0
commit e5b2fdfcf6
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}