2
0

Fix scrollbar width (#32091)

This commit is contained in:
Claire
2024-09-26 16:26:04 +02:00
committed by GitHub
parent a04433f995
commit 89c39e7826

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