Fix scrollbar width (#32091)

pull/32107/head
Claire 6 months ago committed by GitHub
parent a04433f995
commit 89c39e7826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,7 +56,6 @@ table {
@supports not selector(::-webkit-scrollbar) {
html {
scrollbar-color: $action-button-color var(--background-border-color);
scrollbar-width: thin;
}
}

Loading…
Cancel
Save