fix: add scroll area to server selector dropdown in sidebar

This commit is contained in:
Kendall Garner
2026-01-07 20:51:04 -08:00
parent c2de979527
commit 93a5bafc38
2 changed files with 7 additions and 2 deletions
@@ -147,7 +147,9 @@ export const CollapsedSidebar = () => {
/>
</DropdownMenu.Target>
<DropdownMenu.Dropdown>
<ServerSelectorItems />
<ScrollArea style={{ maxHeight: '95vh' }}>
<ServerSelectorItems />
</ScrollArea>
</DropdownMenu.Dropdown>
</DropdownMenu>
)}