Fix loading spinner z-index

This commit is contained in:
natsoni
2024-07-26 00:00:14 +02:00
parent 008cc385da
commit 3c7deafffd
29 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
.sticky-loading {
position: absolute;
right: 10px;
z-index: 100;
z-index: 99;
font-size: 14px;
@media (width >= 992px) {
left: 32px;