From aac51cb0d73d550a4c22804b126530305b801e41 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 15 Feb 2023 00:14:47 +0530 Subject: add back important for z-index --- .../src/components/SchematicEditor/Helper/SchematicEditor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/eda-frontend/src/components/SchematicEditor/Helper/SchematicEditor.css b/blocks/eda-frontend/src/components/SchematicEditor/Helper/SchematicEditor.css index 7dd4ac8a..68dee186 100644 --- a/blocks/eda-frontend/src/components/SchematicEditor/Helper/SchematicEditor.css +++ b/blocks/eda-frontend/src/components/SchematicEditor/Helper/SchematicEditor.css @@ -5,7 +5,7 @@ max-height: 48px; margin-left: auto; padding: 3px; - z-index: 10000; + z-index: 10000 !important; } .compImage:hover { -- cgit