Skip to content

Commit 6e285e9

Browse files
committed
fix: hide background image when printing
1 parent 69a2e3a commit 6e285e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/assets/css/_print.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@media print {
44
#content {
55
padding-top: 3rem !important;
6+
background-image: none !important;
67
}
78

89
.print-ignore {

0 commit comments

Comments
 (0)