paper-css icon indicating copy to clipboard operation
paper-css copied to clipboard

Firefox adds a blank page on printing-only for Firefox

Open Mr-Mohammad opened this issue 5 years ago • 1 comments

Hi add a blank page on print preview and printing Firefox When we use A4 paper

Mr-Mohammad avatar Feb 04 '19 22:02 Mr-Mohammad

Try to increase sheet height like this:

@media print {
    body.A4 .sheet {
        height: 291mm;
    }
}

fgbm avatar Jul 09 '20 16:07 fgbm