corretto bug css per loader

This commit is contained in:
Luca Trupiano 2024-01-04 17:18:09 +01:00
parent 05990b1252
commit 22d915c492
2 changed files with 4 additions and 4 deletions

View File

@ -296,7 +296,7 @@ li::marker {
.modal-busy { .modal-busy {
position: fixed; position: fixed;
z-index: 999; z-index: 1030;
height: 100%; height: 100%;
width: 100%; width: 100%;
top: 0; top: 0;
@ -307,7 +307,7 @@ li::marker {
-moz-opacity: 0.8; -moz-opacity: 0.8;
} }
.center-busy { .center-busy {
z-index: 1000; z-index: 1040;
margin: 300px auto; margin: 300px auto;
padding: 0px; padding: 0px;
width: 130px; width: 130px;

View File

@ -299,7 +299,7 @@ li::marker {
.modal-busy { .modal-busy {
position: fixed; position: fixed;
z-index: 999; z-index: 1030;
height: 100%; height: 100%;
width: 100%; width: 100%;
top: 0; top: 0;
@ -310,7 +310,7 @@ li::marker {
-moz-opacity: 0.8; -moz-opacity: 0.8;
} }
.center-busy { .center-busy {
z-index: 1000; z-index: 1040;
margin: 300px auto; margin: 300px auto;
padding: 0px; padding: 0px;
width: 130px; width: 130px;