enable backgrounds images when printing to pdf (closes #271)
This commit is contained in:
		| @@ -10,6 +10,7 @@ | ||||
|    background. This prevents elements from extending | ||||
|    beyond the edge of the printed page, and prevents | ||||
|    unnecessary background images from printing */ | ||||
|  | ||||
| * { | ||||
| 	-webkit-print-color-adjust: exact; | ||||
| } | ||||
| @@ -19,16 +20,14 @@ body { | ||||
| 	width: auto; | ||||
| 	height: auto; | ||||
| 	border: 0; | ||||
| 	margin: 0 5%; | ||||
| 	padding: 0; | ||||
| 	float: none !important; | ||||
| 	overflow: visible; | ||||
| 	background-image: none !important; | ||||
| } | ||||
|  | ||||
| html { | ||||
| 	width: auto; | ||||
| 	height: auto; | ||||
| 	width: 100%; | ||||
| 	height: 100%; | ||||
| 	overflow: visible; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user