Browse Source

:rotating_light:

Vanessa 2 years ago
parent
commit
2d190bf708
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/menus/Menu.ts

+ 1 - 1
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});
     }