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:
parent
7afd445952
commit
112b8ad76e
1 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue