diff --git a/app/src/menus/Menu.ts b/app/src/menus/Menu.ts index 0f8e197a6..43ac6fafc 100644 --- a/app/src/menus/Menu.ts +++ b/app/src/menus/Menu.ts @@ -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}); }