From 85d94c85363335c8ab15d53d76c46d14c2d1bbdf Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sun, 6 Apr 2025 18:41:48 +0200 Subject: [PATCH] Fix mobile menu --- ui/src/components/Layout.tsx | 7 +++++-- ui/src/components/NavigationBar.tsx | 12 +++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ui/src/components/Layout.tsx b/ui/src/components/Layout.tsx index 0b01f9c..5132a13 100644 --- a/ui/src/components/Layout.tsx +++ b/ui/src/components/Layout.tsx @@ -16,7 +16,10 @@ export function Layout({ children }: LayoutProps) {