Browse Source

:rotating_light:

Vanessa 2 năm trước cách đây
mục cha
commit
2d190bf708
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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});
     }