diff options
author | TheThinker277 | 2022-06-21 20:08:19 +0530 |
---|---|---|
committer | Sunil Shetye | 2022-07-06 10:19:42 +0530 |
commit | 438ae48deb059aa8fd16beea2b828a028b3f54d4 (patch) | |
tree | b967aea54bdff3e00274bcf1095d06c7b0d0882e | |
parent | dbaf4bc9645875cb11b07e049c16f65339d8c0c4 (diff) | |
download | Common-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.css | 1 |
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 { |