summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheThinker2772022-06-21 20:08:19 +0530
committerSunil Shetye2022-07-06 10:19:42 +0530
commit438ae48deb059aa8fd16beea2b828a028b3f54d4 (patch)
treeb967aea54bdff3e00274bcf1095d06c7b0d0882e
parentdbaf4bc9645875cb11b07e049c16f65339d8c0c4 (diff)
downloadCommon-Interface-Project-438ae48deb059aa8fd16beea2b828a028b3f54d4.tar.gz
Common-Interface-Project-438ae48deb059aa8fd16beea2b828a028b3f54d4.tar.bz2
Common-Interface-Project-438ae48deb059aa8fd16beea2b828a028b3f54d4.zip
Fixes the component display
-rw-r--r--blocks/eda-frontend/src/components/SchematicEditor/Helper/SchematicEditor.css1
1 files changed, 1 insertions, 0 deletions
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 {