Fix scrollbar width (#32091)

pull/2860/head
Claire 2024-09-26 16:26:04 +02:00 committed by GitHub
parent a04433f995
commit 89c39e7826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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