Skip to content

Commit

Permalink
app:design:regression repair increase suggestion box z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-mansfield committed Apr 13, 2020
1 parent 6a947bc commit e87d8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @woke/app/src/components/typeahead.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const useStyles = makeStyles(theme => ({
},
paper: {
position: 'absolute',
zIndex: 1,
zIndex: 2,
//marginTop: theme.spacing(1),
height: theme.spacing(4),
minHeight: theme.spacing(4),
Expand Down

0 comments on commit e87d8dc

Please sign in to comment.