From 113b461dfd626c11fda76bfa25cfada9e1b1fcc6 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 25 Oct 2013 18:53:57 +0200 Subject: Better fix for menu scrollbars: only allow vertical scrollbar to appear --- skins/classic/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'skins/classic') diff --git a/skins/classic/common.css b/skins/classic/common.css index 7d7c83f39..186be2485 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -484,7 +484,8 @@ body.iframe .boxtitle left: 90px; width: auto; max-height: 70%; - overflow: auto; + overflow: -moz-scrollbars-vertical; + overflow-y: auto; display: none; background-color: #fff; background-color: rgba(255, 255, 255, 0.95); -- cgit v1.2.3