mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
e7e21b247e
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue