fix(popup_editor): collections being displayed under a full empty screen

This commit is contained in:
Elian Doran
2025-07-11 10:47:06 +03:00
parent 8343a5d1dd
commit ec7414b174
3 changed files with 2 additions and 6 deletions

View File

@@ -52,10 +52,6 @@ const TPL = /*html*/`\
z-index: 1000;
}
.modal.popup-editor-dialog .note-detail {
height: 100%;
}
.modal.popup-editor-dialog .note-detail-file {
padding: 0;
}