mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-12 07:12:58 +02:00
fix: add scroll area to server selector dropdown in sidebar
This commit is contained in:
@@ -147,7 +147,9 @@ export const CollapsedSidebar = () => {
|
||||
/>
|
||||
</DropdownMenu.Target>
|
||||
<DropdownMenu.Dropdown>
|
||||
<ServerSelectorItems />
|
||||
<ScrollArea style={{ maxHeight: '95vh' }}>
|
||||
<ServerSelectorItems />
|
||||
</ScrollArea>
|
||||
</DropdownMenu.Dropdown>
|
||||
</DropdownMenu>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user