fix(首页): 修复入场动画期间滚动锁定问题

确保在 Lenis 加载完成前后都能正确锁定页面滚动
修复滚动锁定计数逻辑,避免重复操作
This commit is contained in:
2026-04-27 02:42:03 +08:00
parent 226dc5c147
commit ea9b7747e2
3 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
/* 首页入场动画期间首帧就隐藏滚动条,避免黑色遮罩边缘露出白色滚动槽。 */
html.is-home-intro-active,
html.is-home-intro-active body {
overflow: hidden;
overflow: hidden !important;
background: #000;
}
}