메인 콘텐츠로 건너뛰기
버전: v2.0.0-beta.43

Overscroll

Overscroll is the "bounce effect" you sometimes get when you scroll beyond a page's content boundaries. This is common in mobile apps. This can be disabled using CSS:

body {
overscroll-behavior: none;
}