feat: 增加对应用平台的 overscroll-behavior 设置

- 优化iOS15滚动超限的情况
This commit is contained in:
kuaifan 2025-11-03 07:51:44 +08:00
parent 1c8b73a381
commit 44d85c2864

View File

@ -1,3 +1,7 @@
html[data-platform=app] {
overscroll-behavior: none;
}
body { body {
overflow: hidden; overflow: hidden;