mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-25 14:04:24 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
e7e21b247e
@ -99,5 +99,6 @@ export const openSearch = async (hotkey: string, key?: string, notebookId?: stri
|
||||
}, dialog.element.querySelector(".b3-dialog__container").lastElementChild, () => {
|
||||
dialog.destroy();
|
||||
});
|
||||
dialog.element.firstElementChild.setAttribute("style", "z-index:199"); // https://github.com/siyuan-note/siyuan/issues/3515
|
||||
// 搜索面板层级需高于 201(.protyle-hint) 且小于205(.block__popover)
|
||||
dialog.element.firstElementChild.setAttribute("style", "z-index:202"); // https://github.com/siyuan-note/siyuan/issues/3515
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user