fix: remove overflow-hidden clipping bar chart left rounding

This commit is contained in:
Usman Baig
2026-03-15 13:45:29 +01:00
parent aba67592bb
commit 3c8904ffe4

View File

@@ -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