From 31479d25cc07375b1a8bc20aec2bd9c030c9cf8a Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 27 May 2019 11:17:13 -0500 Subject: [PATCH] Move email iframe overflow CSS to so body `height: 100% !important` works #1496 --- app/static/email-frame.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/static/email-frame.less b/app/static/email-frame.less index 98ad74cc7..86907aa2c 100644 --- a/app/static/email-frame.less +++ b/app/static/email-frame.less @@ -56,8 +56,6 @@ border: 0; margin: 0; padding: 0; - overflow-x: auto; - overflow-y: hidden; -webkit-text-size-adjust: auto; word-wrap: break-word; @@ -65,6 +63,11 @@ -webkit-line-break: after-white-space; } + html { + overflow-x: auto; + overflow-y: hidden; + } + #inbox-html-wrapper { font-family: 'Nylas-Pro', 'Helvetica', 'Lucidia Grande', sans-serif; }