From 646d825c72a1f1eac19c32c9a9d52e488618b6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Mon, 10 Nov 2025 18:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dz-index=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/game_pages/list/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_pages/list/index.module.scss b/src/game_pages/list/index.module.scss index af11bda..47da177 100644 --- a/src/game_pages/list/index.module.scss +++ b/src/game_pages/list/index.module.scss @@ -85,7 +85,7 @@ .fixedHeader { position: sticky; top: 0; - z-index: 100; + z-index: 90; display: flex; flex-direction: column; }