mirror of
https://github.com/zadam/trilium.git
synced 2025-11-26 02:24:23 +01:00
fix(popup_editor): full-height taller than 100%
This commit is contained in:
parent
26be131b4b
commit
c49c5fd58c
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user