mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 07:02:06 +10:00
fix: copy/move select (#1174)
This commit is contained in:
@ -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}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user