fix(client): keep space switcher dropdown inside its popover (#2392)

This commit is contained in:
Philip Okugbe
2026-08-14 02:08:28 +01:00
committed by GitHub
parent ea59912c7e
commit c093c18bf3
2 changed files with 17 additions and 5 deletions
@@ -70,6 +70,7 @@ export function SwitchSpace({
onChange={(space) => handleSelect(space.slug)}
width={300}
opened={true}
withinPortal={false}
/>
</Popover.Dropdown>
</Popover>