Skip to content

Commit

Permalink
fix(Creatable): set input div to zindex1
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 13, 2019
1 parent a2d0ca2 commit 388f200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const StyledCreatableSelect = styled(CreatableSelect)`
color: ${props => props.theme['gray-2']};
& + div {
width: 100%;
z-index: 2;
z-index: 1;
}
}
Expand Down

0 comments on commit 388f200

Please sign in to comment.