fix(popup_editor): note icon overlapping with classic editor

This commit is contained in:
Elian Doran 2025-07-12 22:38:20 +03:00
parent 9e00d421fb
commit bc752bdb0b
No known key found for this signature in database

View File

@ -49,7 +49,7 @@ const TPL = /*html*/`\
left: 0;
right: 0;
background: var(--modal-background-color);
z-index: 1000;
z-index: 998;
}
.modal.popup-editor-dialog .note-detail-file {