Skip to content

Commit

Permalink
fix: Fix dialog margin
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Feb 3, 2021
1 parent 7a69197 commit 4c8839b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/itemContent/createDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const createDialog = ({
dialog.style.maxWidth = "960px";
// Make be not able to click inner
dialog.style.padding = "0";
dialog.style.top = "32px";
dialog.style.width = "calc(100% - 64px)";

const editorJSHolder = document.createElement("div");
Expand Down

0 comments on commit 4c8839b

Please sign in to comment.