Update overscroll CSS

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