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;