@media print {
    @page {
        size: A4 portrait;
        overflow: hidden !important;
        margin: 2cm;
    }

    #scrollableContentRoot {
        overflow: hidden !important;
    }
}
