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:
@@ -55,6 +55,7 @@ body {
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
.uppercase {
|
||||
|
||||
Reference in New Issue
Block a user