diff --git a/components/Form/Selects.tsx b/components/Form/Selects.tsx index e07f34410e..8ea889cfe2 100644 --- a/components/Form/Selects.tsx +++ b/components/Form/Selects.tsx @@ -58,6 +58,9 @@ const Select: React.FC = ({ placeholder, options, values, setValues strategy={horizontalListSortingStrategy}> { + return { ...provided, position: 'absolute' } + }, control: (provided) => { return { ...provided, border: 'none' } },