Fixed bug with breadcrumbs sub menu 31/47431/2
authorMichael Lando <ml636r@att.com>
Mon, 14 May 2018 16:20:09 +0000 (19:20 +0300)
committerIdan Amit <ia096e@intl.att.com>
Wed, 16 May 2018 10:52:36 +0000 (10:52 +0000)
that it was closed while mouse inside the sub-menu.

Change-Id: I090ab2e7792845e701b77ab855feb90517f54762
Issue-ID: SDC-1328
Signed-off-by: Michael Lando <ml636r@att.com>
catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less
catalog-ui/src/app/view-models/workspace/workspace.less

index dc666cb..5c99015 100644 (file)
           position: absolute;
           left: 0;
           top: 40px;
-          z-index: 1;
 
           overflow-x: hidden;
           overflow-y: auto;
         &.item-click:hover ul.sub-menu,
         &.item-click:active ul.sub-menu {
           visibility: visible;
+          z-index: 100;
           max-height: 500px;
           border: 1px solid @func_color_b;
           border-radius: 2px;
index cee146a..0cc30ec 100644 (file)
@@ -94,7 +94,7 @@
 
             .progress-container {
                 flex-grow: 4;
-                z-index: 10000000;
+                z-index: 1;
 
                 .general-view-top-progress {
                     width: 30%;