fixing page breaks in the print hTML

This commit is contained in:
Amruth Pillai
2020-03-27 20:36:16 +05:30
parent 866e4ae6d7
commit 6eccbd5373
3 changed files with 11 additions and 5 deletions

View File

@ -67,6 +67,7 @@ li {
width: 21cm;
height: 29.7cm;
zoom: 0.8;
padding: 2.5em;
overflow: scroll;
background-color: white;
}
@ -74,7 +75,7 @@ li {
@page {
size: A4;
margin: 0;
margin: 2.5em;
}
@media print {
@ -82,19 +83,20 @@ li {
body,
body * {
-webkit-print-color-adjust: exact;
color-adjust: exact;
visibility: hidden;
}
#page,
#page * {
page-break-inside: avoid;
visibility: visible;
}
#page {
background-color: white;
width: 21cm;
height: 29.7cm;
margin: 0;
padding: 0;
box-shadow: none;
position: absolute;
left: 0;