From 8cc9c69a36425f69af50504519e7ad6254f0fb5e Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 21 Oct 2016 13:26:35 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index b90f6b2..33311f8 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2282,13 +2282,11 @@ p.right{text-align: right;} width: 100%; } .dropd_menu{ - display:block; - position: absolute; + display: block; + position: inherit; width: 100%!important; - top: 0px; - left: 0px; z-index: 30; - padding: 0; + padding: 0!important; } .inline_dropb, .dropd_menu{ padding:0;margin:0; -- libgit2 0.21.4