diff options
author | Sunil Shetye | 2022-06-22 23:01:07 +0530 |
---|---|---|
committer | Sunil Shetye | 2022-06-22 23:03:24 +0530 |
commit | 17d82c13ad1465fe9e42f798d88a7017601589ac (patch) | |
tree | 843b150f3cf38f35a8a86183316a571b6e5f1aca | |
parent | ec447d405612b0976d32e8de2e3a064dc920b3e2 (diff) | |
download | Common-Interface-Project-17d82c13ad1465fe9e42f798d88a7017601589ac.tar.gz Common-Interface-Project-17d82c13ad1465fe9e42f798d88a7017601589ac.tar.bz2 Common-Interface-Project-17d82c13ad1465fe9e42f798d88a7017601589ac.zip |
undo popup change
-rw-r--r-- | blocks/eda-frontend/src/components/SchematicEditor/SideComp.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/blocks/eda-frontend/src/components/SchematicEditor/SideComp.js b/blocks/eda-frontend/src/components/SchematicEditor/SideComp.js index 4d9677e0..f5ddffb4 100644 --- a/blocks/eda-frontend/src/components/SchematicEditor/SideComp.js +++ b/blocks/eda-frontend/src/components/SchematicEditor/SideComp.js @@ -11,8 +11,7 @@ const useStyles = makeStyles((theme) => ({ margin: theme.spacing(1.5), padding: theme.spacing(1.5), border: '1px solid blue', - borderRadius: '5px', - position: 'absolute' + borderRadius: '5px' } })) |