Skip to content

Commit

Permalink
fix(print): Make sure background is removed
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jun 26, 2023
1 parent 0704c0f commit 9aa720a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/CollectivePrintView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9aa720a

Please sign in to comment.