Skip to content

Commit

Permalink
fix stream-update-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
thaian1234 committed Dec 6, 2024
1 parent 34e1ff2 commit 5652dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/stream-update-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function StreamUpdateDialog({ username }: StreamUpdateDialogProps) {
<SettingsIcon />
</DialogTrigger>
<DialogContent
className="h-[calc(100vh-4rem)] px-5 lg:max-w-4xl"
className="px-5 lg:max-w-4xl"
aria-describedby="stream-update-dialog-description"
>
<DialogTitle></DialogTitle>
Expand All @@ -129,7 +129,7 @@ export function StreamUpdateDialog({ username }: StreamUpdateDialogProps) {
</TabsTrigger>
))}
</TabsList>
<ScrollArea className="h-[calc(100vh-10rem)] px-4">
<ScrollArea className="h-[calc(100vh-14rem)] px-4">
{tabList.map((tab) => (
<TabsContent
key={tab.value}
Expand Down

0 comments on commit 5652dba

Please sign in to comment.