.modal.mail-preview .modal-body {
	height: 100vh;
}

.modal.mail-preview .modal-body > iframe {
	position: absolute;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
}
