fix(popup_editor): drag indicator not visible (closes #7686)

This commit is contained in:
Elian Doran 2025-11-11 15:32:59 +02:00
parent a13892da66
commit 362ecba98d
No known key found for this signature in database

View File

@ -11,6 +11,7 @@ const TPL = /*html*/`\
/** Reduce the z-index of modals so that ckeditor popups are properly shown on top of it. */
body.popup-editor-open > .modal-backdrop { z-index: 998; }
body.popup-editor-open .popup-editor-dialog { z-index: 999; }
body.popup-editor-open .ck-clipboard-drop-target-line { z-index: 1000; }
body.desktop .modal.popup-editor-dialog .modal-dialog {
max-width: 75vw;