diff options
author | Sunil Shetye | 2022-07-06 10:17:24 +0530 |
---|---|---|
committer | Sunil Shetye | 2022-07-06 10:19:43 +0530 |
commit | e3d5e42fc3304fe249c846d72d146826a7fa2b3b (patch) | |
tree | 6861b40f7366b09dc3449aedfe18ae8a3bb09f17 | |
parent | 438ae48deb059aa8fd16beea2b828a028b3f54d4 (diff) | |
download | Common-Interface-Project-e3d5e42fc3304fe249c846d72d146826a7fa2b3b.tar.gz Common-Interface-Project-e3d5e42fc3304fe249c846d72d146826a7fa2b3b.tar.bz2 Common-Interface-Project-e3d5e42fc3304fe249c846d72d146826a7fa2b3b.zip |
remove !important
-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 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 { |