From 4e65d3f708a3160e1afc837b82cbbf47222d4f01 Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Thu, 20 Aug 2026 02:59:24 +0300 Subject: [PATCH] feat(web): make category navigation and section headers sticky with frosted glass effect --- apps/web/src/components/PublicMenuClient.tsx | 22 +++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/apps/web/src/components/PublicMenuClient.tsx b/apps/web/src/components/PublicMenuClient.tsx index dc3ff63..5d95862 100644 --- a/apps/web/src/components/PublicMenuClient.tsx +++ b/apps/web/src/components/PublicMenuClient.tsx @@ -356,9 +356,9 @@ export function PublicMenuClient({ {/* Sticky Category Navigation Bar */} {categories.length > 0 && !searchQuery && (