在 Firefox 系浏览器禁用吸附
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-31 23:33:50 +08:00
parent 17a6506bd6
commit 93b2853d30

View File

@ -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;