From bc752bdb0b0309e57be04d55df6903271522afad Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 12 Jul 2025 22:38:20 +0300 Subject: [PATCH] fix(popup_editor): note icon overlapping with classic editor --- apps/client/src/widgets/dialogs/popup_editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/dialogs/popup_editor.ts b/apps/client/src/widgets/dialogs/popup_editor.ts index fd3109e1c..8a2427e03 100644 --- a/apps/client/src/widgets/dialogs/popup_editor.ts +++ b/apps/client/src/widgets/dialogs/popup_editor.ts @@ -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 {