Skip to content

Commit

Permalink
Increase z-index of styled react-select
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa authored and github-actions committed Nov 8, 2024
1 parent 1adb1eb commit a007d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/packages/shared/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ export const StyledSelect = styled.div<StyledSelectProps>`
}
.react-select__menu {
z-index: 10;
margin-top: 0px;
// If the component is on an elevated platform (such as a dialog), use a lighter background.
background-color: ${props =>
Expand Down

0 comments on commit a007d9a

Please sign in to comment.