From 779bcf61a5ea2d32db0a44096c2d034d89e8afad Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Mon, 14 May 2018 19:20:09 +0300 Subject: [PATCH] Fixed bug with breadcrumbs sub menu that it was closed while mouse inside the sub-menu. Change-Id: I090ab2e7792845e701b77ab855feb90517f54762 Issue-ID: SDC-1328 Signed-off-by: Michael Lando --- catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less | 2 +- catalog-ui/src/app/view-models/workspace/workspace.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less b/catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less index dc666cbf00..5c99015e7d 100644 --- a/catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less +++ b/catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less @@ -102,7 +102,6 @@ position: absolute; left: 0; top: 40px; - z-index: 1; overflow-x: hidden; overflow-y: auto; @@ -147,6 +146,7 @@ &.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; diff --git a/catalog-ui/src/app/view-models/workspace/workspace.less b/catalog-ui/src/app/view-models/workspace/workspace.less index cee146aa12..0cc30ece20 100644 --- a/catalog-ui/src/app/view-models/workspace/workspace.less +++ b/catalog-ui/src/app/view-models/workspace/workspace.less @@ -94,7 +94,7 @@ .progress-container { flex-grow: 4; - z-index: 10000000; + z-index: 1; .general-view-top-progress { width: 30%; -- 2.16.6