From 00a217ee0268b08fe2d55383ad56a2ee31d3986e Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Wed, 22 Jul 2026 15:30:54 +0330 Subject: [PATCH] fix(ui): unify ingredients section border container and fix sticky header overflow parent --- frontend/application/components/ProductPage.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/application/components/ProductPage.tsx b/frontend/application/components/ProductPage.tsx index 32d6cd8..4e6a678 100644 --- a/frontend/application/components/ProductPage.tsx +++ b/frontend/application/components/ProductPage.tsx @@ -179,7 +179,7 @@ export default function ProductPage({ productSlug }: { productSlug: string }) { if (!product || !fullProduct || !calculation) return
محصول یافت نشد
; return ( -
+
{/* Breadcrumbs for Mobile and Desktop */}