Decrease z-index property

This commit is contained in:
Joao Victor 2022-02-09 15:37:28 -03:00
parent b7d40b1153
commit 42633e9218

View File

@ -24,6 +24,6 @@
font-size: var(--font-size-large);
border-radius: 5px;
position: absolute;
z-index: 9999;
z-index: 999;
text-align: center;
}