From b1f4f6eae0acdb49e027facae61c9b84504daf33 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Sun, 17 May 2026 16:56:54 +0200 Subject: [PATCH] fix: pin quick reply to bottom for short emails --- components/email/email-viewer.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index f225f5f5..43b2fbe9 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -4037,6 +4037,7 @@ export function EmailViewer({ {/* Email Content Area */}
+
{/* === SENDER INFO (Desktop) === */}
@@ -5099,7 +5100,7 @@ export function EmailViewer({
)} -
+
{/* Email Body */}
{/* Quick Reply Section - hidden for drafts and while loading a new email */} - {!isDraft && !isBodyLoading && (effectiveEmailContent.isHtml ? iframeReady : true) && (
+ {!isDraft && !isBodyLoading && (effectiveEmailContent.isHtml ? iframeReady : true) && (
)}
+
{/* Email Source Modal */} {showSourceModal && email && (