style/quick edit: allow object selection rectangle to go outside of the editor area

This commit is contained in:
Adorian Doran 2026-02-02 21:10:00 +02:00
parent 5db298f031
commit 49d33ea19a

View File

@ -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;
}