You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @rzoller,
As mentioned above, some browser inserts unwanted page-breaks at the end of the page, if we use the exact height like 297mm for A4. That's why. Thanks @shasderias!
For those who need a fullscreen background image: you add an absolute element that you set to fill the whole sheet and make sure to add bottom: -1.2mm;.
This will make sure the last millimeter is covered without overlapping to the next page.
Works for me on chromium based browsers.
To me it looks like some page size definitions are off by one mm, e.g. the one for A3:
A3 is defined as 297 x 420 mm, so I would expect it to be like this instead:
But maybe there is a reason where some browsers have issues with the "correct" dimensions?
Otherwise I would be happy to submit a PR to adapt them.
The text was updated successfully, but these errors were encountered: