From e2184a8bdf04ecbcadb2c2e0033ab882cfe2fc9f Mon Sep 17 00:00:00 2001 From: ash Date: Thu, 12 Feb 2026 09:05:49 +0000 Subject: [PATCH] web: fix text not selectable from entire height of editor (#8972) Signed-off-by: Ash Holland --- apps/web/src/components/editor/tiptap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + "%",