Update overscroll CSS

This commit is contained in:
Lea Anthony 2022-09-04 11:33:08 +10:00
commit 58a2dbb42a
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -4,7 +4,7 @@
get when you scroll beyond a page's content boundaries. This is common in mobile apps. This can be disabled using CSS:
```css
body {
overscroll-behavior: none;
html {
overflow: hidden;
}
```