mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
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:
committed by
Matteo Pagliazzi
parent
f4f1eac92d
commit
3fc0fec95e
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user