Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix collapsing html email preview (#351)
In some cases, the css of an email may cause the `document.body.clientHeight` to report 0, which collapses the email preview iframe. Using `contentWindow.outerHeight` seems to work around this issue.
- Loading branch information