Fixed black border issue when printing

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-03-07 22:49:11 -07:00
parent 920de489be
commit 1347585af2

View File

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