Browse Source

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

dwelle 8 months ago
parent
commit
42faafe138
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/excalidraw/css/styles.scss

+ 5 - 0
packages/excalidraw/css/styles.scss

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