From 135dbc87895c1e84ac604273756f12613192c9dd Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Wed, 18 Feb 2026 12:49:20 -0800 Subject: [PATCH] Fix iOS zoom bug --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 09fbae83..0fce0d08 100644 --- a/src/app.css +++ b/src/app.css @@ -274,7 +274,7 @@ .input-editor, .chat-editor, .note-editor { - @apply -m-1 min-h-12 p-1 text-sm; + @apply -m-1 p-1; } .tiptap { @@ -300,7 +300,7 @@ } .tiptap { - @apply max-h-[350px] overflow-y-auto p-2 px-4; + @apply max-h-[350px] min-h-10 overflow-y-auto p-2 px-4; } .tiptap p.is-editor-empty:first-child::before {