diff --git a/assets/css/app.css b/assets/css/app.css index d0dc33d..0c90630 100755 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -4965,7 +4965,18 @@ footer .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggl align-items: center; z-index: 9999; } - +#preloaderx{ + position: fixed; + left: 0; + top: 0; + width: 100%; + height: 100%; + /* background: white; */ + display: flex; + justify-content: center; + align-items: center; + z-index: 9999; +} .spinner { width: 56px; height: 56px; diff --git a/index.html b/index.html index d1d9229..21b7b86 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,6 @@ -