diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-09-27 21:09:10 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-09-27 21:10:16 +0200 |
commit | ac3b1df26165a1a1567313da4ac762cbf7e4dc70 (patch) | |
tree | 8ad7011aced0cbf5bd753dece8e362b898a60d6e | |
parent | 809ebd8d7974b1a658fb7f7a8a2466ca5d13bf52 (diff) |
Fix Help menu overlap issue
Issue-ID: CCSDK-2705
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: Ia0c6b5458465eaaab580cceedaae0b76770a6eb9
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
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); */ } |