fix: UI offset when typing into out-of-viewport wysiwyg
This commit is contained in:
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…
x
Reference in New Issue
Block a user