Skip to content

Commit

Permalink
Revert "Make scroll bars wider (mastodon#7060)"
Browse files Browse the repository at this point in the history
This reverts commit 1171545.
  • Loading branch information
beatrix-bitrot committed Apr 19, 2018
1 parent 1957209 commit 12a28ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/javascript/styles/mastodon/reset.scss
Expand Up @@ -53,6 +53,11 @@ table {
border-spacing: 0;
}

::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-thumb {
background: lighten($ui-base-color, 4%);
border: 0px none $base-border-color;
Expand Down

0 comments on commit 12a28ea

Please sign in to comment.