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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ export function SpaceSelect({
nothingFoundMessage={t("No space found")} nothingFoundMessage={t("No space found")}
limit={50} limit={50}
checkIconPosition="right" checkIconPosition="right"
comboboxProps={{ width, withinPortal: false }} comboboxProps={{ width, withinPortal: true, position: "bottom" }}
dropdownOpened={opened} dropdownOpened={opened}
/> />
); );