mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Fix scrollbar width (#32091)
This commit is contained in:
parent
a04433f995
commit
89c39e7826
@ -56,7 +56,6 @@ table {
|
|||||||
@supports not selector(::-webkit-scrollbar) {
|
@supports not selector(::-webkit-scrollbar) {
|
||||||
html {
|
html {
|
||||||
scrollbar-color: $action-button-color var(--background-border-color);
|
scrollbar-color: $action-button-color var(--background-border-color);
|
||||||
scrollbar-width: thin;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user