fix: UI offset when typing into out-of-viewport wysiwyg

pull/8938/head
dwelle 2 months ago
parent 798c795405
commit 42faafe138

@ -759,3 +759,8 @@ body.excalidraw-cursor-resize * {
font-family: "Assistant";
}
}
.excalidraw-textEditorContainer {
position: fixed;
z-index: var(--zIndex-wysiwyg);
}

Loading…
Cancel
Save