Update overscroll CSS

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

View file

@ -5,6 +5,7 @@ get when you scroll beyond a page's content boundaries. This is common in mobile
```css
html {
overflow: hidden;
height: 100%;
overflow: hidden;
}
```