Skip to content

Commit

Permalink
Fixes z index on cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Smith committed Jul 10, 2017
1 parent 7b83386 commit 0d59ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Cards/Card/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
top: 0;
left: 0;
transition: opacity 200ms ease-in-out;
z-index: 0;
z-index: -1;
}

.link:hover:after {
Expand Down

0 comments on commit 0d59ad1

Please sign in to comment.