Skip to content

Commit

Permalink
Fix: Ensure menu is always in front of everything
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Dec 19, 2023
1 parent 06e3488 commit 7e23fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-select/src/components/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export const menuCSS = <
[alignToControl(placement)]: '100%',
position: 'absolute',
width: '100%',
zIndex: 1,
zIndex: 20000,
...(unstyled
? {}
: {
Expand Down

0 comments on commit 7e23fd3

Please sign in to comment.