mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: UI offset when typing into out-of-viewport wysiwyg
This commit is contained in:
parent
798c795405
commit
42faafe138
1 changed files with 5 additions and 0 deletions
|
@ -759,3 +759,8 @@ body.excalidraw-cursor-resize * {
|
|||
font-family: "Assistant";
|
||||
}
|
||||
}
|
||||
|
||||
.excalidraw-textEditorContainer {
|
||||
position: fixed;
|
||||
z-index: var(--zIndex-wysiwyg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue