From: rabuzarus <> Date: Thu, 21 Apr 2016 01:18:09 +0000 (+0200) Subject: css: uncomment overflow: hidden for standard page section. !We have to prove if this... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ed3b3d2d4a588c4458b22fb398643fc1939074db;p=friendica.git css: uncomment overflow: hidden for standard page section. !We have to prove if this has a negative impact --- diff --git a/css/style.css b/css/style.css index e5f1c0cd4f..8934c9e13d 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;