forked from 0x2620/pandora
error must be z-index 1002
This commit is contained in:
parent
8185359061
commit
9feac30a31
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ appPanel
|
||||||
loadingScreen.style.height = '100%';
|
loadingScreen.style.height = '100%';
|
||||||
loadingScreen.style.backgroundColor = theme == 'classic'
|
loadingScreen.style.backgroundColor = theme == 'classic'
|
||||||
? 'rgb(224, 224, 224)' : 'rgb(32, 32, 32)';
|
? 'rgb(224, 224, 224)' : 'rgb(32, 32, 32)';
|
||||||
loadingScreen.style.zIndex = '1001';
|
loadingScreen.style.zIndex = '1002';
|
||||||
loadingScreen.appendChild(images.logo);
|
loadingScreen.appendChild(images.logo);
|
||||||
loadingScreen.appendChild(images.reflection);
|
loadingScreen.appendChild(images.reflection);
|
||||||
loadingScreen.appendChild(gradient);
|
loadingScreen.appendChild(gradient);
|
||||||
|
|
Loading…
Reference in a new issue