From 3c8904ffe4677f0f36e77d2d7063bfae28faa5ef Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 15 Mar 2026 13:45:29 +0100 Subject: [PATCH] fix: remove overflow-hidden clipping bar chart left rounding --- components/journeys/ColumnJourney.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/journeys/ColumnJourney.tsx b/components/journeys/ColumnJourney.tsx index 5ecca83..50d66da 100644 --- a/components/journeys/ColumnJourney.tsx +++ b/components/journeys/ColumnJourney.tsx @@ -171,7 +171,7 @@ function PageRow({ data-col={colIndex} data-path={page.path} className={` - group flex items-center justify-between w-full relative overflow-hidden + group flex items-center justify-between w-full relative h-9 px-2 -mx-2 rounded-lg text-left transition-colors ${isOther ? 'cursor-default' : 'cursor-pointer'} ${isSelected