From bf808b7a2e40e43a424c2097f8751eb71c1f4652 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Fri, 17 Oct 2025 10:55:26 +0500 Subject: [PATCH] mobile: fix editor toolbar height --- packages/editor-mobile/src/components/tiptap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-mobile/src/components/tiptap.tsx b/packages/editor-mobile/src/components/tiptap.tsx index edda09b2a..5a66835b5 100644 --- a/packages/editor-mobile/src/components/tiptap.tsx +++ b/packages/editor-mobile/src/components/tiptap.tsx @@ -43,7 +43,7 @@ export default function TiptapEditorWrapper(props: { sx={{ display: props.settings.noToolbar ? "none" : "flex", overflowY: "hidden", - minHeight: "40px", + minHeight: "45px", ...(globalThis.__PLATFORM__ === "ios" && { position: "absolute", bottom: 0,