From a23d8eeaf88aa67759f10192d88c9159efd4e099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Sun, 18 Aug 2024 17:33:35 +0200 Subject: [PATCH] Prevent the user menu from extending the screen The user menu always opened to the right. This made the menu extend over the boundary of the screen, add a horizontal scrollbar and cut off the menu. This fix opens the menu to the left, preventing such behavior --- src/components/NavBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index fdcf298ad..a86643443 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -29,7 +29,7 @@ > - +