使用 lvh 而非 dvh 增强移动端体验
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-01 23:10:39 +08:00
parent b1e1f05886
commit d06e525385

View File

@ -234,7 +234,7 @@ try {
.slide {
scroll-snap-align: start;
scroll-snap-stop: always;
height: 100dvh;
height: 100lvh;
display: flex;
align-items: center;
justify-content: center;