Back to Wails

Overscroll

website/versioned_docs/version-v2.11.0/guides/overscroll.mdx

2.12.0309 B
Original Source

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:

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