From 55fde593a3917838fcaf3605b9e9317edccf3b36 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 18 Oct 2025 21:59:09 +0300 Subject: [PATCH] fix(client/print): slides not paginating correctly --- apps/client/src/print.css | 5 +++++ 1 file changed, 5 insertions(+) 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