@media print {
	* {
		overflow: visible !important;
	}
	iframe {
		display: block;
	}
}

