Skip to content

Commit 1c085d1

Browse files
committed
try full sheet
1 parent 3e32ba0 commit 1c085d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,9 @@ function App() {
391391
<span className="font-bold">{powerUserSummary.totalPowerUsers}</span>
392392
</Button>
393393
</SheetTrigger>
394-
<SheetContent className="w-[75%] overflow-y-auto">
394+
<SheetContent side="bottom" className="h-[90vh] overflow-y-auto">
395395
<SheetHeader>
396-
<SheetTitle>Power Users Analysis</SheetTitle>
396+
<SheetTitle className="text-xl">Power Users Analysis</SheetTitle>
397397
</SheetHeader>
398398
<div className="mt-6 space-y-6">
399399
{/* Power User Summary */}

0 commit comments

Comments
 (0)