Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -489,7 +489,7 @@
|
|
| 489 |
display: flex;
|
| 490 |
justify-content: center;
|
| 491 |
align-items: center;
|
| 492 |
-
z-index:
|
| 493 |
transition: opacity 1s ease-out;
|
| 494 |
}
|
| 495 |
.spinner-box {
|
|
|
|
| 489 |
display: flex;
|
| 490 |
justify-content: center;
|
| 491 |
align-items: center;
|
| 492 |
+
z-index: 9998;
|
| 493 |
transition: opacity 1s ease-out;
|
| 494 |
}
|
| 495 |
.spinner-box {
|