Removes background color from printed page
This commit is contained in:
parent
ee145b2b42
commit
361b9ed69c
|
@ -15,7 +15,7 @@
|
|||
::ng-deep body {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
background-color: red;
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue