From 1347585af24a3f94eb78696f9505b5241820dde0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Thu, 7 Mar 2024 22:49:11 -0700 Subject: [PATCH] Fixed black border issue when printing --- wwwroot/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 85c458b..aeef84b 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -82,6 +82,10 @@ html { overflow: visible; } + body { + background-color: #fff !important; + } + table { background-color: #fff !important; }