From ac3b1df26165a1a1567313da4ac762cbf7e4dc70 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Sun, 27 Sep 2020 21:09:10 +0200 Subject: Fix Help menu overlap issue Issue-ID: CCSDK-2705 Signed-off-by: Sarah Abouzainah Change-Id: Ia0c6b5458465eaaab580cceedaae0b76770a6eb9 --- cds-ui/designer-client/src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cds-ui/designer-client/src/styles.css') 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); */ } -- cgit 1.2.3-korg