mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-23 16:01:15 +00:00
The print output was capturing the entire window, so portrait pages only showed the sidebar and message list. Scope the print rendering with a @media print block that hides everything, then re-reveals the #email-viewer-container subtree and positions it full-page. Add print:hidden to the More Actions dropdown and the Quick Reply section so they don't appear in the printed output. Credits #55 (@prastowoagungwidodo).