Skip to content

Commit dc7892e

Browse files
Samuell1marcosmoura
authored andcommitted
fix(MdCard): prevent showing scrollbars (#1580)
1 parent 9fde310 commit dc7892e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/MdCard/base.scss

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ $md-card-radius: 2px;
55

66
@mixin md-card () {
77
@include md-elevation(2);
8-
overflow: auto;
98
position: relative;
109
z-index: 1;
1110
border-radius: $md-card-radius;

0 commit comments

Comments
 (0)