diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-05-31 15:45:03 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-05-31 17:06:07 +0000 |
commit | 751ed40ff09744eb535e70164787ca826cfb6acf (patch) | |
tree | f175305594e4462a2b48e48245465fde0b5b2d2d /catalog-ui/src/app/ng2/components | |
parent | cdb8d264670ae4b98eb3b40cc58ee06b2c2e70c9 (diff) |
Drop down being cut in plugin view
Fixed drop down being cut down in plugin view
Change-Id: I8d5895231e1e921c0c07df563a61039f207f253c
Issue-ID: SDC-1367
Signed-off-by: Idan Amit <ia096e@intl.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.less | 2 |
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; } } |