Printing canvases at PDF document size.

This commit is contained in:
Yury Delendik 2016-10-06 07:51:45 -05:00
parent 9b3a91f365
commit 29947b5a57
3 changed files with 15 additions and 29 deletions

View file

@ -1,12 +1,4 @@
<div id="mozPrintCallback-shim" hidden>
<style>
@media print {
#printContainer div {
page-break-after: always;
page-break-inside: avoid;
}
}
</style>
<style scoped>
#mozPrintCallback-shim {
position: fixed;