Skip to content

Commit

Permalink
fix: Hide toastify dialogs when printing
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Apr 16, 2023
1 parent 297d574 commit bb18d7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/CollectivePrintView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export default {
height: fit-content;
}
/* hide toast notifications for printing */
.toastify.dialogs {
display: none;
}
#content-vue {
position: static;
overflow: visible;
Expand Down

0 comments on commit bb18d7c

Please sign in to comment.