Skip to content

Commit

Permalink
Fix action list live button appearance issue when there are no actions (
Browse files Browse the repository at this point in the history
#953)

Co-authored-by: wintonzheng <null>
  • Loading branch information
wintonzheng authored Oct 10, 2024
1 parent 267adea commit 05ae527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function ScrollableActionList({
<ArrowDownIcon />
</Button>
</div>
<ScrollArea>
<ScrollArea className="w-full">
<ScrollAreaViewport className="h-full w-full rounded-[inherit]">
<div className="w-full space-y-4 px-4 pb-4">
{showStreamOption && (
Expand Down

0 comments on commit 05ae527

Please sign in to comment.