remove conflict with corner buttons

This commit is contained in:
dragonwocky 2021-11-08 22:15:35 +11:00
parent 5cab38d07c
commit 6008623812

View File

@ -215,7 +215,7 @@ async function createPanel() {
await createViews();
const cursorListenerSelector =
'.notion-cursor-listener > :last-child[style^="position: absolute"]';
'.notion-cursor-listener > .notion-sidebar-container ~ [style^="position: absolute"]';
await web.whenReady([cursorListenerSelector]);
document.querySelector(cursorListenerSelector).before($hoverTrigger, $panel);
}