11457 fix(task): remove z-index (#11460)

* fix(task): remove z-index

* fix(task): add z-index on hover with a value of 11
This commit is contained in:
Tanmoy Bhowmik
2019-11-16 22:13:29 +05:30
committed by Matteo Pagliazzi
parent f4f1eac92d
commit 3fc0fec95e

View File

@@ -371,7 +371,7 @@
&:hover {
box-shadow: 0 1px 8px 0 rgba($black, 0.12), 0 4px 4px 0 rgba($black, 0.16);
z-index: 10;
z-index: 11;
}
}