Commit 6998e3dbf6e624eb46fc7b582bca2a48d6876dba

Authored by 梁灏
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 5 border-radius: @border-radius-small;
6 6 font-size: @font-size-base;
7 7 position: relative;
8   - overflow: hidden;
  8 + //overflow: hidden;
9 9 transition: all @transition-time @ease-in-out;
10 10  
11 11 &-bordered {
... ...