Skip to content

Commit

Permalink
fix: CycleTransferStats bar overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Nov 30, 2024
1 parent 1970248 commit 7e259f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CycleTransferStatsClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const CycleTransferStatsClient: React.FC<
/>
</div>
</section>
<div className="w-full bg-neutral-200 dark:bg-neutral-800 rounded-full h-2.5">
<div className="w-full bg-neutral-200 dark:bg-neutral-800 rounded-full overflow-hidden h-2.5">
<div
className="bg-blue-600 h-2.5 rounded-full"
style={{ width: `${Math.min(progress, 100)}%` }}
Expand Down

0 comments on commit 7e259f2

Please sign in to comment.