Added show-console-button to preloader

This commit is contained in:
ostertun
2020-10-01 23:26:22 +02:00
parent 2533c3d66a
commit 3e533f65fc
2 changed files with 23 additions and 1 deletions

View File

@@ -345,7 +345,7 @@ var mobileConsole = (function () {
top: 'auto',
right: 0,
width: '100%',
zIndex: 10000,
zIndex: 1000000,
padding: 0,
paddingBottom: options.browserinfo.isMobile ? '35px' : '25px',
margin: 0,