🩹 Fixes status check z-index (#719)

Fixes #719
This commit is contained in:
Alicia Sykes 2022-07-01 14:27:17 +01:00
parent ebf9c1f91a
commit cc80e6812c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export default {
padding: 5px;
transition: all .2s ease-in-out;
cursor: help;
z-index: 5;
z-index: 4;
&:hover {
transform: scale(1.25);
filter: saturate(2);