From e0a9bf64bccd5c912fc24cefdf64e4978b598c4f Mon Sep 17 00:00:00 2001 From: Doveliyuchen Date: Wed, 8 Mar 2023 15:53:35 +0800 Subject: [PATCH] Update GameTutorial.html --- templates/GameTutorial.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/GameTutorial.html b/templates/GameTutorial.html index efd01f0..a23ef53 100644 --- a/templates/GameTutorial.html +++ b/templates/GameTutorial.html @@ -151,11 +151,15 @@ z-index: 99; } - .col-md-6 .col-md-12{ + .col-md-6 { + z-index: 100; + } + .col-md-12{ + z-index: 100; + } + .GameWindow{ z-index: 100; } - - @@ -262,6 +266,7 @@ console.log("Cheerpj Initialize Succeed!"); document.getElementById("loading").style.visibility = "hidden"; + $("#mask").hide(); }) var control = ("{{control}}" == "1");