about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorSam Schlinkert <sschlinkert@gmail.com>2018-04-17 17:25:54 -0400
committerEugen Rochko <eugen@zeonfederated.com>2018-04-17 23:25:54 +0200
commit11715454d033784bf6176b75a954e5c28b5d79e5 (patch)
tree02b1db9014401c9381fc3248dc140da70b399fae /app
parent897199910fc29d17b4a019b6ee2473e138d777a2 (diff)
Make scroll bars wider (#7060)
* 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
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/reset.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/javascript/styles/mastodon/reset.scss b/app/javascript/styles/mastodon/reset.scss
index cc5ba9d7c..58d4de35f 100644
--- a/app/javascript/styles/mastodon/reset.scss
+++ b/app/javascript/styles/mastodon/reset.scss
@@ -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;