Change selects to be poppers for consistency

We can't make the new Raid combobox appear over the input like the macOS behavior, so we change all selects to be normal popper behavior
This commit is contained in:
Justin Edmund 2023-06-16 16:22:26 -07:00
parent 7afd445952
commit 112b8ad76e

View file

@ -102,6 +102,8 @@ const Select = React.forwardRef<HTMLButtonElement, Props>(function Select(
<RadixSelect.Content
className="Select"
position="popper"
sideOffset={6}
onCloseAutoFocus={onCloseAutoFocus}
onEscapeKeyDown={onEscapeKeyDown}
onPointerDownOutside={onPointerDownOutside}