Commit 6998e3dbf6e624eb46fc7b582bca2a48d6876dba
1 parent
39311a50
fixed #106
remove Card style of overflow:hidden
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/styles/components/card.less
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | border-radius: @border-radius-small; | 5 | border-radius: @border-radius-small; |
6 | font-size: @font-size-base; | 6 | font-size: @font-size-base; |
7 | position: relative; | 7 | position: relative; |
8 | - overflow: hidden; | 8 | + //overflow: hidden; |
9 | transition: all @transition-time @ease-in-out; | 9 | transition: all @transition-time @ease-in-out; |
10 | 10 | ||
11 | &-bordered { | 11 | &-bordered { |