We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a69197 commit 4c8839bCopy full SHA for 4c8839b
src/itemContent/createDialog.ts
@@ -21,7 +21,6 @@ const createDialog = ({
21
dialog.style.maxWidth = "960px";
22
// Make be not able to click inner
23
dialog.style.padding = "0";
24
- dialog.style.top = "32px";
25
dialog.style.width = "calc(100% - 64px)";
26
27
const editorJSHolder = document.createElement("div");
0 commit comments