Skip to content

Commit

Permalink
Fix scrollbar width (mastodon#32091)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Sep 26, 2024
1 parent a04433f commit 89c39e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/styles/mastodon/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ table {
@supports not selector(::-webkit-scrollbar) {
html {
scrollbar-color: $action-button-color var(--background-border-color);
scrollbar-width: thin;
}
}

Expand Down

0 comments on commit 89c39e7

Please sign in to comment.