diff --git a/apps/client/src/print.css b/apps/client/src/print.css index 4927e5587..5d31138ce 100644 --- a/apps/client/src/print.css +++ b/apps/client/src/print.css @@ -2,4 +2,9 @@ html, body { width: 100%; height: 100%; +} + +.note-list-widget.full-height, +.note-list-widget.full-height .note-list-widget-content { + height: unset !important; } \ No newline at end of file