diff --git a/src/components/ui/Editor.tsx b/src/components/ui/Editor.tsx index 962aa123..22eba139 100644 --- a/src/components/ui/Editor.tsx +++ b/src/components/ui/Editor.tsx @@ -37,6 +37,9 @@ const theme = EditorView.theme({ "&.cm-editor.cm-focused": { outline: "none", }, + "&.cm-editor": { + height: "100%", + }, }) export const useEditor = ({