Remove background when printing.
This commit is contained in:
parent
8d6aac1fe3
commit
b89d7272e2
@ -1348,6 +1348,11 @@ canvas {
|
||||
}
|
||||
|
||||
@media print {
|
||||
/* General rules for printing. */
|
||||
body {
|
||||
background: transparent none;
|
||||
}
|
||||
|
||||
/* Rules for browsers that don't support mozPrintCallback. */
|
||||
#sidebarContainer, .toolbar, #loadingBox, #errorWrapper, .textLayer {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user