From 49d33ea19ab72c1b9fb707e37ba406f799f6e6c7 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 2 Feb 2026 21:10:00 +0200 Subject: [PATCH] style/quick edit: allow object selection rectangle to go outside of the editor area --- apps/client/src/widgets/dialogs/PopupEditor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/dialogs/PopupEditor.css b/apps/client/src/widgets/dialogs/PopupEditor.css index 262143cea..f20a12bf3 100644 --- a/apps/client/src/widgets/dialogs/PopupEditor.css +++ b/apps/client/src/widgets/dialogs/PopupEditor.css @@ -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; }