I am trying to display a solid background color when I print.
I have used
@media print {
height: 100%;
min-height:100%;
background: #CCC;
}
And activated "print background graphics" in Chrome and Safari.
But on the last page theres a white spot below because the website does not cover the 100% height of the A4/Letter page.
Photos:
First page: Looks as intended.
Last page: Theres a empty white space below that I want to fill with color.