diff --git a/apps/client/src/features/space/components/sidebar/space-select.tsx b/apps/client/src/features/space/components/sidebar/space-select.tsx index db540474..a20c7e2d 100644 --- a/apps/client/src/features/space/components/sidebar/space-select.tsx +++ b/apps/client/src/features/space/components/sidebar/space-select.tsx @@ -81,7 +81,7 @@ export function SpaceSelect({ nothingFoundMessage={t("No space found")} limit={50} checkIconPosition="right" - comboboxProps={{ width, withinPortal: false }} + comboboxProps={{ width, withinPortal: true, position: "bottom" }} dropdownOpened={opened} /> );