1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2025-02-24 21:59:04 +01:00

Fix scrollbar width ()

This commit is contained in:
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

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