Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
scroll area height
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Feb 27, 2024
1 parent 2542088 commit 4e65772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/stats/BarChartCardWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function BarChartCardWrapper({
<AccordionTrigger>See All</AccordionTrigger>
<AccordionContent>
<Table.Root>
<ScrollArea className="h-[15rem] w-full rounded-2xl border p-4">
<ScrollArea className="h-[20rem] w-full rounded-2xl border p-4">
<Table.Header>
<Table.Row>
<Table.ColumnHeaderCell>Year</Table.ColumnHeaderCell>
Expand Down
2 changes: 1 addition & 1 deletion components/stats/ChartCardWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function ChartCardWrapper({
<AccordionTrigger>See All</AccordionTrigger>
<AccordionContent>
<Table.Root>
<ScrollArea className="h-[15rem] w-full rounded-2xl border p-4">
<ScrollArea className="h-[20rem] w-full rounded-2xl border p-4">
<Table.Header>
<Table.Row>
<Table.ColumnHeaderCell> {title}</Table.ColumnHeaderCell>
Expand Down

1 comment on commit 4e65772

@vercel
Copy link

@vercel vercel bot commented on 4e65772 Feb 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.