Skip to content

Commit

Permalink
fix(InputSelect): z-index was missing from styles
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Jun 23, 2023
1 parent b5c022b commit 948574c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -64,6 +64,7 @@ export const StyledDropdown = styled.ul<{
box-sizing: border-box;
width: 100%;
background: ${theme.orbit.paletteWhite};
z-index: 3;
${mq.largeMobile(css`
position: absolute;
Expand Down

0 comments on commit 948574c

Please sign in to comment.