From df147435c5b8091ae91b69f14cfc5c275a6043fe Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:16:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=20(#6445)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/common.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index 9ec920ae5..2a2c847e1 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -181,14 +181,13 @@ html { .mask-prompt { position: absolute; - z-index: 9998; + z-index: 1; top: 220px; left: 45%; transform: translate(-50%, -50%); width: 400px; text-align: center; font-size: 14px; - z-index: 1; .bt { margin-top: -2px; }