From 438ae48deb059aa8fd16beea2b828a028b3f54d4 Mon Sep 17 00:00:00 2001 From: TheThinker277 Date: Tue, 21 Jun 2022 20:08:19 +0530 Subject: Fixes the component display --- .../src/components/SchematicEditor/Helper/SchematicEditor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/blocks/eda-frontend/src/components/SchematicEditor/Helper/SchematicEditor.css b/blocks/eda-frontend/src/components/SchematicEditor/Helper/SchematicEditor.css index fa54f0f2..68dee186 100644 --- a/blocks/eda-frontend/src/components/SchematicEditor/Helper/SchematicEditor.css +++ b/blocks/eda-frontend/src/components/SchematicEditor/Helper/SchematicEditor.css @@ -5,6 +5,7 @@ max-height: 48px; margin-left: auto; padding: 3px; + z-index: 10000 !important; } .compImage:hover { -- cgit