diff --git a/src/style.scss b/src/style.scss index bc9f7e5..108cb90 100644 --- a/src/style.scss +++ b/src/style.scss @@ -19,6 +19,14 @@ body { user-select: none; } +html { + overscroll-behavior-x: none; +} +body { + overscroll-behavior-x: none; +} + + .van-cell { .van-field__control { text-align: center;