跳到主要内容
版本:v2.5.0

滚动超出

Overscroll 是当您滚动超出页面内容边界时有时会获得的“弹跳效果”。 这在移动应用程序中很常见。 这可以使用 CSS 禁用:

html {
height: 100%;
overflow: hidden;
}