搜索时隐藏 protyle-hint (#7247)

* 搜索时隐藏 protyle-hint

* 搜索时隐藏 protyle-hint

* 更新说明
This commit is contained in:
Soltus 2023-02-05 11:09:26 +08:00 committed by GitHub
parent 95f8b1623b
commit 986e1a5412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
};