diff --git a/imagehosting/templates/imagehosting/base.html b/imagehosting/templates/imagehosting/base.html index f19f880..26b13a0 100644 --- a/imagehosting/templates/imagehosting/base.html +++ b/imagehosting/templates/imagehosting/base.html @@ -87,11 +87,11 @@ #page-preloader { position: fixed; left: 0; - top: 100; + top: 0; right: 0; bottom: 0; background: #fff; - z-index: 98; + z-index: 50; } #page-preloader .spinner { width: 32px;