fix: copy/move select (#1174)

This commit is contained in:
fuscodev
2025-05-16 17:24:31 +02:00
committed by GitHub
parent 1413033568
commit fb7e4a7956

View File

@ -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}
/>
);