From: Sarah Abouzainah Date: Sun, 27 Sep 2020 19:09:10 +0000 (+0200) Subject: Fix Help menu overlap issue X-Git-Tag: 1.1.0~173 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ac3b1df26165a1a1567313da4ac762cbf7e4dc70;p=ccsdk%2Fcds.git Fix Help menu overlap issue Issue-ID: CCSDK-2705 Signed-off-by: Sarah Abouzainah Change-Id: Ia0c6b5458465eaaab580cceedaae0b76770a6eb9 --- diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index 56ffbdf8b..1ea1616c9 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -995,7 +995,7 @@ height: 40px; padding: 6px; } .helpMenu .dropdown-content a{ - padding: 0 12px; + padding: 5px 12px !important; text-align: left; text-indent: 0; font-size: 14px; @@ -1054,7 +1054,7 @@ height: 40px; -webkit-box-shadow: 0 4px 10px 0 #eef0f5; box-shadow: 0 4px 10px 0 #eef0f5; position: relative; - z-index: 8; + z-index: 300; /* position: fixed; width: calc(100% - 50px); */ }