Fix Help menu overlap issue 45/113245/1
authorSarah Abouzainah <sabouzainah.ext@orange.com>
Sun, 27 Sep 2020 19:09:10 +0000 (21:09 +0200)
committerSarah Abouzainah <sabouzainah.ext@orange.com>
Sun, 27 Sep 2020 19:10:16 +0000 (21:10 +0200)
Issue-ID: CCSDK-2705

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: Ia0c6b5458465eaaab580cceedaae0b76770a6eb9

cds-ui/designer-client/src/styles.css

index 56ffbdf..1ea1616 100644 (file)
@@ -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); */
 }