diff --git a/examples/tiptap/src/components/TextEditor.css b/examples/tiptap/src/components/TextEditor.css index 36204ab..916c4cd 100644 --- a/examples/tiptap/src/components/TextEditor.css +++ b/examples/tiptap/src/components/TextEditor.css @@ -72,7 +72,7 @@ color: #0d0d0d; display: flex; flex-direction: column; - height: 100vh; + height: 100dvh; } .editor__header {