mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 06:16:58 +02:00
style/quick edit: allow object selection rectangle to go outside of the editor area
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user