fix(popup_editor): full-height taller than 100%

This commit is contained in:
Elian Doran 2025-11-24 21:33:17 +02:00
parent 26be131b4b
commit c49c5fd58c
No known key found for this signature in database

View File

@ -61,6 +61,11 @@ body.desktop .modal.popup-editor-dialog .modal-dialog {
z-index: 998;
}
.modal.popup-editor-dialog .note-detail.full-height {
flex-grow: 0;
height: 100%;
}
.modal.popup-editor-dialog .note-detail-editable-text {
padding: 0 1em;
}