From 27ff987b644536b5723ce2aceefdf852cf7c596f Mon Sep 17 00:00:00 2001 From: Hasan Mothaffar Date: Wed, 22 Jun 2022 15:08:59 +0300 Subject: [PATCH] Hide FPS container when app is loading --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 0208556..642fbd8 100644 --- a/src/index.html +++ b/src/index.html @@ -55,7 +55,7 @@ justify-content: center; position: absolute; - z-index: 2000; + z-index: 20000; color: #fff; background-color: #000;