task#6524 滚动问题

This commit is contained in:
2025-06-20 10:19:45 +08:00
parent 5bd9db3165
commit 3a1e4a6ae2

View File

@ -353,6 +353,8 @@
overflow-x: hidden;
-webkit-overflow-scrolling: touch; // 为了iOS平滑滚动
padding-top: 10px;
/* 修复 iOS 滚动问题 */
transform: translateZ(0);
.top_tip_wrap {
color: #7C8698;
text-align: center;