fix: align quick reply with mobile bottom toolbar

This commit is contained in:
Linus Rath
2026-05-17 17:06:30 +02:00
parent b1f4f6eae0
commit 4545e212f4
+1 -1
View File
@@ -4036,7 +4036,7 @@ export function EmailViewer({
)}
{/* Email Content Area */}
<div className={cn("flex-1 overflow-auto overscroll-contain bg-muted/30", isMobile && "pb-16")}>
<div className={cn("flex-1 overflow-auto overscroll-contain bg-muted/30", isMobile && "pb-[calc(3.25rem+env(safe-area-inset-bottom)/2)] sm:pb-0")}>
<div className="min-h-full flex flex-col">
{/* === SENDER INFO (Desktop) === */}