From a20decf04108960683b8a62e9d3a66b63cf11f0b Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 29 Apr 2022 17:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=A0=B7=E5=BC=8Ffireworks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/globals.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index 0b671af4..fafd097d 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -149,7 +149,8 @@ nav { .fireworks{ position: fixed; -left: 0; -top: 0; -z-index: 11; -pointer-events: none;} \ No newline at end of file + left: 0; + top: 0; + z-index: 11; + pointer-events: none; +} \ No newline at end of file