diff --git a/src/views/CollectivePrintView.vue b/src/views/CollectivePrintView.vue index fbffb1217..c8cabe59a 100644 --- a/src/views/CollectivePrintView.vue +++ b/src/views/CollectivePrintView.vue @@ -47,6 +47,11 @@ export default { height: fit-content; } + /* hide toast notifications for printing */ + .toastify.dialogs { + display: none; + } + #content-vue { position: static; overflow: visible;