From 751ed40ff09744eb535e70164787ca826cfb6acf Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Thu, 31 May 2018 15:45:03 +0300 Subject: 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 --- catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.less') 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; } } -- cgit 1.2.3-korg