mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 17:08:58 +01:00
fix(popup_editor): drag indicator not visible (closes #7686)
This commit is contained in:
parent
a13892da66
commit
362ecba98d
@ -11,6 +11,7 @@ const TPL = /*html*/`\
|
|||||||
/** Reduce the z-index of modals so that ckeditor popups are properly shown on top of it. */
|
/** 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 > .modal-backdrop { z-index: 998; }
|
||||||
body.popup-editor-open .popup-editor-dialog { z-index: 999; }
|
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 {
|
body.desktop .modal.popup-editor-dialog .modal-dialog {
|
||||||
max-width: 75vw;
|
max-width: 75vw;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user