diff options
author | Sunil Shetye | 2023-02-15 00:14:47 +0530 |
---|---|---|
committer | Sunil Shetye | 2023-02-15 00:14:47 +0530 |
commit | aac51cb0d73d550a4c22804b126530305b801e41 (patch) | |
tree | c23095d7380270cc240683b11e71862ef7377c1c | |
parent | f3b0c5c17c97e21348333e063d71c01651abe937 (diff) | |
download | Common-Interface-Project-aac51cb0d73d550a4c22804b126530305b801e41.tar.gz Common-Interface-Project-aac51cb0d73d550a4c22804b126530305b801e41.tar.bz2 Common-Interface-Project-aac51cb0d73d550a4c22804b126530305b801e41.zip |
add back important for z-index
-rw-r--r-- | blocks/eda-frontend/src/components/SchematicEditor/Helper/SchematicEditor.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |