mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
fix(client/print): slides not paginating correctly
This commit is contained in:
parent
f6d7ecab40
commit
55fde593a3
@ -2,4 +2,9 @@ html,
|
|||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-list-widget.full-height,
|
||||||
|
.note-list-widget.full-height .note-list-widget-content {
|
||||||
|
height: unset !important;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user