From: Sam Schlinkert Date: Tue, 17 Apr 2018 21:25:54 +0000 (-0400) Subject: Make scroll bars wider (#7060) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=11715454d033784bf6176b75a954e5c28b5d79e5;p=mastodon.git 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 --- 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;