Skip to content

Commit

Permalink
Fixed unsplash zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgrivet committed Mar 25, 2020
1 parent aafe33c commit c141ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package/components/cards/cards_styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const styles = theme => {
display: 'flex',
justifyContent: 'center',
position: 'relative',
zIndex: 2,
zIndex: 3,
flexWrap: 'wrap'
}
};
Expand Down

0 comments on commit c141ae2

Please sign in to comment.