Hello, how can i increase the height of the viewer?
Hi Juan,
Please try running the code below or change the PDF viewer sizing from A4 to A3.
@page { size: A3; margin: 0;}
.cm.popup-dialog-body {
max-height: 100% !important;
overflow: initial;
}
@media all {
.page-break {
display: none;
}}
@media print {
html, body {
height: initial;
overflow: initial !important;
-webkit-print-color-adjust: exact;
background: rgba(192,192,165,.2);
background-color: #fff; }}
margin-top: 1rem;
display: block;
page-break-before: auto;