fix:修复移动端drawer 自动滚动到顶部的行为

This commit is contained in:
hzm
2026-03-12 08:45:39 +08:00
parent 613b5f02e8
commit 063be7d08e
5 changed files with 171 additions and 67 deletions

View File

@@ -106,8 +106,10 @@
html,
body {
overscroll-behavior-y: none;
height: 100%;
overflow-x: clip;
will-change: auto; /* 或者移除任何 will-change: transform */
}
body {