diff --git a/apps/web/src/components/editor/tiptap.tsx b/apps/web/src/components/editor/tiptap.tsx index 8dee809a6..559d42242 100644 --- a/apps/web/src/components/editor/tiptap.tsx +++ b/apps/web/src/components/editor/tiptap.tsx @@ -631,7 +631,7 @@ function TiptapWrapper( sx={{ flex: 1, flexDirection: "column", - ".tiptap.ProseMirror": { pb: 150 }, + ".tiptap.ProseMirror": { height: "100%" }, ".editor-container": { opacity: isHydrating ? 0 : 1, zoom: editorConfig.zoom + "%",