diff --git a/src/components/appMenu/AppMenu.vue b/src/components/appMenu/AppMenu.vue index 8f78ec69..4af2cd84 100644 --- a/src/components/appMenu/AppMenu.vue +++ b/src/components/appMenu/AppMenu.vue @@ -144,7 +144,7 @@ const queuePrompt = (e: MouseEvent) => { .app-menu { pointer-events: all; position: fixed; - bottom: 50px; + bottom: 10px; left: 50%; transform: translateX(-50%); z-index: 1000;