Add z-index to hovercard
This commit is contained in:
parent
42f2dcead7
commit
0303915ef1
1 changed files with 33 additions and 29 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
.Weapon.Hovercard {
|
.Hovercard {
|
||||||
|
z-index: 99;
|
||||||
|
|
||||||
|
.Weapon.HovercardContent {
|
||||||
.skills {
|
.skills {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
@ -39,3 +42,4 @@
|
||||||
gap: calc($unit / 2);
|
gap: calc($unit / 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue