mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Add hover z-index to cover other card
This commit is contained in:
parent
c20239829d
commit
3c9272a60f
@ -13,6 +13,7 @@
|
||||
&:hover {
|
||||
box-shadow: @box-shadow-base;
|
||||
border-color: transparent;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
&-bordered {
|
||||
|
Loading…
Reference in New Issue
Block a user