On larger screens the email preview iframe is being limited to a height of 800 pixels, and the full available screen size is not being used.

This commit is contained in:
Edwin Wills 2014-10-29 18:24:05 +00:00
parent 5bbb9ad2bb
commit c3857355b8

@ -2,6 +2,10 @@
<html><head>
<meta name="viewport" content="width=device-width" />
<style type="text/css">
html, body, iframe {
height: 100%;
}
body {
margin: 0;
}
@ -38,7 +42,6 @@
iframe {
border: 0;
width: 100%;
height: 800px;
}
</style>
</head>