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 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
@ -38,4 +41,5 @@
|
|||
font-size: $normal;
|
||||
gap: calc($unit / 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue