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

This commit is contained in:
dwelle 2024-12-22 13:46:41 +01:00
parent 798c795405
commit 42faafe138

View File

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