From a382a07765799d83daa92bec450fcae0c4afbc7f Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Thu, 30 Apr 2026 11:08:29 +0200 Subject: [PATCH] Enhance NavbarComponent functionality: Add click outside detection to close the menu and improve responsiveness by adjusting styles for mobile view, ensuring better user experience and accessibility. --- src/common/components/NavbarComponent.vue | 28 +++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/src/common/components/NavbarComponent.vue b/src/common/components/NavbarComponent.vue index f631a97..98588d7 100644 --- a/src/common/components/NavbarComponent.vue +++ b/src/common/components/NavbarComponent.vue @@ -1,5 +1,5 @@