How to make invoices always full page?

Adding a CSS class like this will force the page to adopt a minimum height:

 .nested-invoice-container{
    min-height:700px;   
 }

A height of around 700px should result in an aspect ratio similar to that of an A4 piece of paper.