summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-05-14 19:20:09 +0300
committerIdan Amit <ia096e@intl.att.com>2018-05-16 10:52:36 +0000
commit779bcf61a5ea2d32db0a44096c2d034d89e8afad (patch)
tree602d5734b8b82ac3b84d4940b2982fa416d53bb6
parentfd342cfa82ad12f32802fb5f5f1287a59df6070f (diff)
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 <ml636r@att.com>
-rw-r--r--catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less2
-rw-r--r--catalog-ui/src/app/view-models/workspace/workspace.less2
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%;