spf-dkim-dmarc-demo/console/web-api/views/recipient/webmail.tt

14 lines
251 B
Plaintext
Raw Normal View History

<style type="text/css">
iframe#webmail {
position: absolute;
top: 56px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: calc(100vh - 56px);
}
</style>
<iframe id="webmail" src="/webmail"></iframe>