]> cat aescling's git repositories - mastodon.git/commitdiff
Make scroll bars wider (#7060)
authorSam Schlinkert <sschlinkert@gmail.com>
Tue, 17 Apr 2018 21:25:54 +0000 (17:25 -0400)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 17 Apr 2018 21:25:54 +0000 (23:25 +0200)
* Set scrollbars to 12 px wide rather than 8px

Should overwrite the setting in reset.scss. This is untested at this point.

* removes scrollbar height and width specifications from reset.scss and basics.scss

app/javascript/styles/mastodon/reset.scss

index cc5ba9d7c8ce75485ffa0fc19734f80611296ae7..58d4de35f65ab59fb2851b7bf1a21df036dd56ed 100644 (file)
@@ -53,11 +53,6 @@ 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;