fix(print): include note not always full-height

This commit is contained in:
Elian Doran 2025-02-01 00:43:51 +02:00
parent e20180014b
commit ac5f911d4f
No known key found for this signature in database

View File

@ -128,3 +128,8 @@ span[style] {
/* fallback to default ck-editor green */
border-color: hsl(126, 64%, 41%);
}
.include-note .include-note-content {
max-height: unset !important;
overflow: unset !important;
}