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 />
|
<ArrowDownIcon />
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<ScrollArea>
|
<ScrollArea className="w-full">
|
||||||
<ScrollAreaViewport className="h-full w-full rounded-[inherit]">
|
<ScrollAreaViewport className="h-full w-full rounded-[inherit]">
|
||||||
<div className="w-full space-y-4 px-4 pb-4">
|
<div className="w-full space-y-4 px-4 pb-4">
|
||||||
{showStreamOption && (
|
{showStreamOption && (
|
||||||
|
|||||||
Reference in New Issue
Block a user