From 71495ea7b8f0f76a465577868e4b2a726f1ace65 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 27 Mar 2018 21:44:26 +0300 Subject: [PATCH] upd --- imagehosting/templates/imagehosting/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;