From 5bbfa5ab255bd1f61582d49a2c884cbe2df906fd Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 16 Sep 2024 03:06:19 +0300 Subject: [PATCH] attemt to fix production --- index.html | 2 +- src/App.js | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 809318cf..474c0244 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ font-family: sans-serif; color: #b9b9ba; position: absolute; - z-index: 99; + z-index: 999999; " > { + document.querySelector('#app').classList.remove('hidden') + document.querySelector('#splash').classList.add('hidden') + document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4)) + }) } }, created () {