Skip to content

Commit 7a72025

Browse files
committed
fix overlap
1 parent 99d870e commit 7a72025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/ai-analytics/src/app/components/DataTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ export default function DataTable({
548548
</button>
549549
</div>
550550

551-
<div className="space-y-2 max-h-[400px] overflow-y-auto">
551+
<div className="space-y-2 max-h-[400px] overflow-y-auto pr-4">
552552
{columns.map(column => (
553553
<div key={column.id} className="flex items-center justify-between py-2">
554554
<span className="text-[#F4F4F4]">{column.label}</span>

0 commit comments

Comments
 (0)