web: fix text not selectable from entire height of editor (#8972)

Signed-off-by: Ash Holland <x-hv2j5m@keysmash.solutions>
This commit is contained in:
ash
2026-02-12 09:05:49 +00:00
committed by GitHub
parent 9ea84ca9ae
commit e2184a8bdf

View File

@@ -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 + "%",