fix: inset bar chart so left rounding is visible

This commit is contained in:
Usman Baig
2026-03-15 13:30:20 +01:00
parent 3954ee0a97
commit de16991bb3

View File

@@ -185,7 +185,7 @@ function PageRow({
{/* Background bar */}
{!isOther && (
<div
className="absolute inset-y-0 left-0 rounded-lg transition-all"
className="absolute inset-y-1 left-1 rounded transition-all"
style={{
width: `${barWidth}%`,
backgroundColor: isSelected ? 'rgba(253, 94, 15, 0.15)' : 'rgba(253, 94, 15, 0.08)',