From 82bdf02a35e0dd55156a65a27344c9956c52ab3c Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Wed, 21 Jan 2026 17:13:51 +0100 Subject: [PATCH] fix: ensure 100% opaque sticky headers and columns in Weekly Sales grid - Replaced semi-transparent backgrounds with solid opaque colors. - Removed backdrop blurs from sticky elements to prevent scroll artifacts. - Refined z-index layering for sticky intersections. --- components/WeeklyGrid.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/WeeklyGrid.tsx b/components/WeeklyGrid.tsx index 0e4aea9..867e10b 100644 --- a/components/WeeklyGrid.tsx +++ b/components/WeeklyGrid.tsx @@ -152,9 +152,9 @@ const WeeklyGrid: React.FC = ({ data }) => {
- + - + {weeks.map(week => ( ))} - - + + {weeks.map((week, idx) => ( -
Product DetailsProduct Details = ({ data }) => {
TOTALS
TOTALS
@@ -212,7 +212,7 @@ const WeeklyGrid: React.FC = ({ data }) => { {paginatedRows.length > 0 ? ( paginatedRows.map((row) => (
+
{row.sku}