From ed3b3d2d4a588c4458b22fb398643fc1939074db Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Thu, 21 Apr 2016 03:18:09 +0200 Subject: [PATCH] css: uncomment overflow: hidden for standard page section. !We have to prove if this has a negative impact --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e5f1c0cd4..8934c9e13 100644 --- a/css/style.css +++ b/css/style.css @@ -1511,7 +1511,7 @@ ul.dropdown-menu li:hover { background-color: rgba(255,255,255,$contentbg_transp); border-radius: 4px; position: relative; - overflow: hidden; + /*overflow: hidden;*/ color: #555; box-shadow: 0 0 3px #dadada; -webkit-box-shadow: 0 0 3px #dadada;