From 864901f35894bb7ac5b63d7e0996643158ee2ffd Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 27 Mar 2018 21:37:31 +0300 Subject: [PATCH] upd --- imagehosting/templates/imagehosting/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/imagehosting/templates/imagehosting/base.html b/imagehosting/templates/imagehosting/base.html index b76f24c..ce791bc 100644 --- a/imagehosting/templates/imagehosting/base.html +++ b/imagehosting/templates/imagehosting/base.html @@ -18,6 +18,7 @@ } .header { + z-index: 99; dispaly: block; color: black; background: linear-gradient(#f3f3f3, #e0e0e0); @@ -89,8 +90,8 @@ top: 0; right: 0; bottom: 0; - background: #000; - z-index: 100500; + background: #fff; + z-index: 98; } #page-preloader .spinner { width: 32px;