diff --git a/client/modules/menu.js b/client/modules/menu.js index a8875b41..c4f3d484 100644 --- a/client/modules/menu.js +++ b/client/modules/menu.js @@ -321,7 +321,7 @@ function MenuProto(position) { const current = Info.element; const rect = current.getBoundingClientRect(); - const position = { + const position = { x: rect.left + rect.width / 3, y: rect.top };