Merge pull request #374 from hargata/Hargata/fix.print

Fixed black border issue when printing
This commit is contained in:
Hargata Softworks
2024-03-07 22:49:59 -07:00
committed by GitHub

View File

@@ -82,6 +82,10 @@ html {
overflow: visible;
}
body {
background-color: #fff !important;
}
table {
background-color: #fff !important;
}