mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 16:24:27 +01:00
style/quick edit: allow object selection rectangle to go outside of the editor area
This commit is contained in:
parent
5db298f031
commit
49d33ea19a
@ -95,6 +95,10 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
|
||||
padding: 0 28px;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .note-detail-editable-text-editor {
|
||||
overflow: visible; /* Allow selection rectangle to go outside of the editor area */
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .note-detail-file {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user