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;