添加调试信息覆盖层,更新视口高度信息,调整样式以防止滚动链传播
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
孙诚
2025-12-29 11:30:41 +08:00
parent 40c0b0dbe7
commit e613c88770
3 changed files with 45 additions and 4 deletions

View File

@@ -11,9 +11,7 @@ html, body {
margin: 0;
padding: 0;
overflow: hidden; /* 禁止 body 滚动 */
position: fixed; /* 强制固定 body防止 iOS 回弹 */
left: 0;
top: 0;
/* 移除 position: fixed因为它会导致 PWA 底部出现空白 */
}
body {