Add z-index to hovercard

This commit is contained in:
Justin Edmund 2023-01-02 14:40:22 +00:00
parent 42f2dcead7
commit 0303915ef1

View file

@ -1,4 +1,7 @@
.Weapon.Hovercard { .Hovercard {
z-index: 99;
.Weapon.HovercardContent {
.skills { .skills {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -38,4 +41,5 @@
font-size: $normal; font-size: $normal;
gap: calc($unit / 2); gap: calc($unit / 2);
} }
}
} }