mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🚨
This commit is contained in:
@@ -129,7 +129,7 @@ export class Menu {
|
||||
if (position === "bottom" ) {
|
||||
this.element.querySelectorAll(".b3-menu__submenu").forEach((item:HTMLElement) => {
|
||||
item.style.top = "calc(50vh + 48.5px)";
|
||||
})
|
||||
});
|
||||
}
|
||||
this.popup({x: 0, y: position === "bottom" ? window.innerHeight / 2 : 0});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user