From 389446ea169f24cf1fd2613e4d714d68a5926d3a Mon Sep 17 00:00:00 2001 From: Marco Sadjadi Date: Sat, 23 May 2026 18:24:36 +0200 Subject: [PATCH] fix(web): solid background for the marketing mobile menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dropdown was bg/95 + backdrop-blur — fragile across mobile browsers where backdrop-filter is unreliable, leaving 5% transparency that read as "no background". Switch to a solid elevated panel with a soft shadow and an explicit z-index. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/web/components/marketing-mobile-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/marketing-mobile-menu.tsx b/apps/web/components/marketing-mobile-menu.tsx index 34f8e85..7b1bc93 100644 --- a/apps/web/components/marketing-mobile-menu.tsx +++ b/apps/web/components/marketing-mobile-menu.tsx @@ -27,7 +27,7 @@ export function MarketingMobileMenu() { {open ? : } {open && ( -
+