From df3e02204967e618e1547c70f9a5d644c7cf0aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 22:04:24 +0100 Subject: [PATCH] fix: correct mobile menu background placement with blur effect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move background styling from outer overlay to inner container for proper visibility. - Remove bg-background from outer fixed div - Add bg-background/95 backdrop-blur-md h-full to inner container - Creates frosted glass effect with proper blur 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/layout/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout/Navbar.tsx b/components/layout/Navbar.tsx index 3a47f76..c938248 100644 --- a/components/layout/Navbar.tsx +++ b/components/layout/Navbar.tsx @@ -116,8 +116,8 @@ export function Navbar() { {/* Mobile Menu Drawer */} {mobileMenuOpen && ( -
-
+
+