From 4be70baa19a6cb268dfb4d0f5a34022e452bc63d Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 29 Apr 2022 18:29:09 +0800 Subject: [PATCH] Update globals.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 烟花效果置于顶层 --- styles/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index fafd097d..0ab1b7be 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -151,6 +151,6 @@ nav { position: fixed; left: 0; top: 0; - z-index: 11; + z-index: 50; pointer-events: none; -} \ No newline at end of file +}