Skip to content

Commit

Permalink
fix(MdCard): prevent showing scrollbars (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 authored and marcosmoura committed Mar 7, 2018
1 parent 9fde310 commit dc7892e
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 @@ -5,7 +5,6 @@ $md-card-radius: 2px;

@mixin md-card () {
@include md-elevation(2);
overflow: auto;
position: relative;
z-index: 1;
border-radius: $md-card-radius;
Expand Down

0 comments on commit dc7892e

Please sign in to comment.