feat: add scroll indicators to dropdown menu content
This commit is contained in:
parent
5211556c7b
commit
9337b8adc7
3 changed files with 172 additions and 30 deletions
|
|
@ -241,7 +241,7 @@ export default function PostRelaySelector({
|
|||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
</div>
|
||||
<DropdownMenuContent align="start" className="max-w-96">
|
||||
<DropdownMenuContent align="start" className="max-w-96 max-h-[50vh]" showScrollButtons>
|
||||
{content}
|
||||
</DropdownMenuContent>
|
||||
</DropdownMenu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue