Fix action list live button appearance issue when there are no actions (#953)
Co-authored-by: wintonzheng <null>
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user