Printing issue

Hi, All

I am having an issue when print out from the client side, which is from browser(command+f), to print out the page.

However, the page was cut in to half and has a horizontal scrollbar in it.(See the attached screenshot.)

I tried to use css block @media print, but it doesnot work.

@media print{

.dispatch .v-scrollable {

overflow: visible !important;

}

Anyone who help me on this, I just want to print out the whole page instead of partially one.

Thanks in advance.

13459.png