1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

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

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