Update overscroll CSS

This commit is contained in:
Lea Anthony
2022-09-04 11:33:47 +10:00
parent 58a2dbb42a
commit 3920402017
+2 -1
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;
}
```