fix(print): scrollbar shown in some circumstances

This commit is contained in:
Elian Doran 2025-02-09 13:05:42 +02:00
parent b6a9df981a
commit c79651add8
No known key found for this signature in database

View File

@ -61,6 +61,10 @@ body,
overflow: auto;
}
.ck.ck-editor__editable_inline {
overflow: hidden !important;
}
.note-title-widget input,
.note-detail-editable-text,
.note-detail-editable-text-editor {