diff --git a/frontend/src/components/MultiSelect.js b/frontend/src/components/MultiSelect.js index 19379d5523..006d35b423 100644 --- a/frontend/src/components/MultiSelect.js +++ b/frontend/src/components/MultiSelect.js @@ -63,7 +63,6 @@ function MultiSelect({ return { ...provided, outline, - zIndex: 2, }; }, groupHeading: (provided) => ({ @@ -93,6 +92,10 @@ function MultiSelect({ marginRight: '4px', }), indicatorSeparator: () => ({ display: 'none' }), + menu: (provided) => ({ + ...provided, + zIndex: 2, + }), }; /*