From 93b2853d30a4830d3453dbfe25f439524644329c Mon Sep 17 00:00:00 2001 From: passthem Date: Tue, 31 Mar 2026 23:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20Firefox=20=E7=B3=BB=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E7=A6=81=E7=94=A8=E5=90=B8=E9=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9f2a045..a54985e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -97,6 +97,13 @@ try { scroll-behavior: smooth; } + @-moz-document url-prefix() { + :global(html) { + scroll-snap-type: none; + scroll-behavior: auto; + } + } + .slide { scroll-snap-align: start; height: 100dvh;