mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-12 20:10:09 +02:00
fix: UI offset when typing into out-of-viewport wysiwyg
This commit is contained in:
@@ -759,3 +759,8 @@ body.excalidraw-cursor-resize * {
|
|||||||
font-family: "Assistant";
|
font-family: "Assistant";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.excalidraw-textEditorContainer {
|
||||||
|
position: fixed;
|
||||||
|
z-index: var(--zIndex-wysiwyg);
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user