From e3d5e42fc3304fe249c846d72d146826a7fa2b3b Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 6 Jul 2022 10:17:24 +0530 Subject: remove !important --- .../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 68dee186..7dd4ac8a 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 !important; + z-index: 10000; } .compImage:hover { -- cgit