From 7b47d47e780206bfb00d12782c08490c9679b368 Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Tue, 16 Dec 2025 00:30:02 +0300 Subject: [PATCH] fix sticky category background --- src/pages/menu/components/CategoriesList/CategoriesList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/menu/components/CategoriesList/CategoriesList.tsx b/src/pages/menu/components/CategoriesList/CategoriesList.tsx index 0c3ab40..8f1f4fb 100644 --- a/src/pages/menu/components/CategoriesList/CategoriesList.tsx +++ b/src/pages/menu/components/CategoriesList/CategoriesList.tsx @@ -190,7 +190,7 @@ export function CategoriesList({ categories }: CategoriesListProps) { style={{ borderRadius: 8, border: "none", - backgroundColor: "var(--background)", + backgroundColor: isCategoriesSticky ? "transparent" : "var(--background)", }} styles={{ body: {