fix: prevent overflow bouncing on desktop and mobile (#1743)

* fix: prevent overflow bouncing on desktop and mobile

* fix: add black bg to webview for debugging purposes
This commit is contained in:
Mo
2022-10-05 08:19:55 -05:00
committed by GitHub
parent de0f91c9e3
commit 6bd5534f74
4 changed files with 6 additions and 7 deletions

View File

@@ -55,6 +55,7 @@ body {
* {
box-sizing: border-box;
overscroll-behavior: none;
}
.uppercase {