From 1c04476674a51a95ced338196f5540e5f09ff0b2 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 18 Apr 2023 16:49:56 +0200 Subject: [PATCH] fix(print): Make sure background is removed Signed-off-by: Ferdinand Thiessen --- src/views/CollectivePrintView.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/CollectivePrintView.vue b/src/views/CollectivePrintView.vue index c8cabe59a..0983f37e5 100644 --- a/src/views/CollectivePrintView.vue +++ b/src/views/CollectivePrintView.vue @@ -47,6 +47,10 @@ export default { height: fit-content; } + html, body { + background: var(--color-main-background, white)!important;; + } + /* hide toast notifications for printing */ .toastify.dialogs { display: none;