summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-06-02 16:53:14 +0300
committerMichael Lando <ml636r@att.com>2018-06-02 16:53:14 +0300
commit08f993452e5c8a61d05784165a91c791f73615fd (patch)
treeb623827fe9865e12cee7aac2f54ec4a92fcf89dd /catalog-ui/src/app/ng2/components
parentbdff70b07f5db50a444c49dfbce6bd0d7980e060 (diff)
Drop down being cut in plugin view
Fixed drop down being cut down in plugin view Change-Id: I51104e640cb2873884f4f2048aa765c53feb5830 Issue-ID: SDC-1367 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-ui/src/app/ng2/components')
-rw-r--r--catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.less b/catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.less
index d2d4c98cb4..d97c345376 100644
--- a/catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.less
+++ b/catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.less
@@ -7,6 +7,6 @@
top: 3px;
left: 2px;
position: relative;
- z-index: 1030
+ background-color: white;
}
}