Add hover z-index to cover other card

This commit is contained in:
afc163 2016-11-17 14:29:48 +08:00
parent c20239829d
commit 3c9272a60f

View File

@ -13,6 +13,7 @@
&:hover {
box-shadow: @box-shadow-base;
border-color: transparent;
z-index: 1;
}
&-bordered {