From a5a6a35122f38a1254e03cb1044245537cf0b60a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 24 Sep 2015 00:19:40 +0200 Subject: [PATCH] don't blindly and inconsistently kill scrollbars --- skins/base/css/common.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/skins/base/css/common.css b/skins/base/css/common.css index d6c5e091e7..8afba88efb 100644 --- a/skins/base/css/common.css +++ b/skins/base/css/common.css @@ -34,15 +34,6 @@ h2 { margin-bottom: 16px; } -/* FIXME: show them on hoverover, and fix for firefox */ -::-webkit-scrollbar { - display: none; -} - -html { - overflow: -moz-scrollbars-none; -} - .mx_ContextualMenu_background { position: fixed; top: 0; @@ -153,4 +144,4 @@ html { font-weight: bold; font-size: 20px; line-height: 1.4; -} \ No newline at end of file +}