From 4ec6bf3bcda5daf0dec8432cd0082b6e9add764f Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 9 Feb 2017 11:43:41 +0800 Subject: [PATCH] Fix a strange cover bug with Affix, close #4800 --- components/card/style/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/components/card/style/index.less b/components/card/style/index.less index dbea66e1c..82e08df19 100644 --- a/components/card/style/index.less +++ b/components/card/style/index.less @@ -13,7 +13,6 @@ &:hover { box-shadow: @box-shadow-base; border-color: transparent; - z-index: 1; } &-bordered {