Skip to content

Commit

Permalink
feat(MdCard): remove z-index to prevent card overlap FAB
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 committed Dec 5, 2017
1 parent 72bba16 commit 9e12806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MdCard/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $md-card-radius: 2px;
@include md-elevation(2);
overflow: auto;
position: relative;
z-index: 1;
border-radius: $md-card-radius;
transition: .3s $md-transition-default-timing;
transition-property: color, background-color;
Expand Down

0 comments on commit 9e12806

Please sign in to comment.