fix(client/print): slides not paginating correctly

This commit is contained in:
Elian Doran
2025-10-18 21:59:09 +03:00
parent f6d7ecab40
commit 55fde593a3

View File

@@ -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;
}