From 779bcf61a5ea2d32db0a44096c2d034d89e8afad Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Mon, 14 May 2018 19:20:09 +0300 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/src/app/ng2/components') 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; -- cgit 1.2.3-korg