Skip to content

Commit 4c8839b

Browse files
committed
fix: Fix dialog margin
1 parent 7a69197 commit 4c8839b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/itemContent/createDialog.ts

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const createDialog = ({
2121
dialog.style.maxWidth = "960px";
2222
// Make be not able to click inner
2323
dialog.style.padding = "0";
24-
dialog.style.top = "32px";
2524
dialog.style.width = "calc(100% - 64px)";
2625

2726
const editorJSHolder = document.createElement("div");

0 commit comments

Comments
 (0)