feat: make background white when print to pdf

This commit is contained in:
Methapon Metanipat 2024-10-17 09:31:27 +07:00
parent b1cbb8cad3
commit 6cf9a90f70

View file

@ -223,6 +223,10 @@ html {
}
@media print {
html {
background-color: white;
}
.no-print {
display: none;
}