From b3e066eacaf49e1115753854b8776dd8b89a2bd5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 26 Sep 2017 10:59:25 +0200 Subject: [PATCH] show loading screen tips during loading screen --- customize.dist/src/less2/loading.less | 2 +- www/common/loading.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/src/less2/loading.less b/customize.dist/src/less2/loading.less index 6a14fe29b..504e1e393 100644 --- a/customize.dist/src/less2/loading.less +++ b/customize.dist/src/less2/loading.less @@ -40,7 +40,7 @@ The CSS inside of loading.js is precompiled in order to save 200ish milliseconds } #cp-loading-tip { position: fixed; - z-index: 100000; // loading tip + z-index: 10000000; // loading tip top: 80%; left: 0; right: 0; diff --git a/www/common/loading.js b/www/common/loading.js index 66e67bd58..a613554d2 100644 --- a/www/common/loading.js +++ b/www/common/loading.js @@ -36,7 +36,7 @@ define([], function () { } #cp-loading-tip { position: fixed; - z-index: 100000; + z-index: 10000000; top: 80%; left: 0; right: 0;