@media print {
    html, body {
        height:100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }
}