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

@@ -68,7 +68,7 @@ h3 {
.loading-spinner {
position: absolute;
top: 400px;
z-index: 100;
z-index: 99;
width: 100%;
left: 0;
@media (max-width: 767.98px) {