diff --git a/src/components/organisms/ComparisonTable/ComparisonTable.tsx b/src/components/organisms/ComparisonTable/ComparisonTable.tsx index bb629b0..4e0d62f 100644 --- a/src/components/organisms/ComparisonTable/ComparisonTable.tsx +++ b/src/components/organisms/ComparisonTable/ComparisonTable.tsx @@ -281,7 +281,6 @@ const tableSx = { export const COMPARISON_TABLE_COL_WIDTH = 300; /** z-index scale for sticky layers inside the table. */ -const Z_HEADER_ROW = 30; const Z_STICKY_LEFT = 20; const Z_STICKY_LEFT_SECTION = 25; // section heading left cell above body cells @@ -326,16 +325,11 @@ export const ComparisonTable = React.forwardRef - {/* Info card — sticky-left, matches the row-label column below */} - + {/* Info card — scrolls with the package columns. Previously + sticky-left to mirror the row-label column, but that pinned + it over the leftmost (recommended) package on horizontal + scroll. The row labels below stay sticky on their own. */} +