From 3bb9574d2e2b1f00c006c1d99837e7b249237fb1 Mon Sep 17 00:00:00 2001 From: sige Date: Wed, 22 May 2024 21:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E5=B7=A6=E5=8F=B3=E6=BB=91?= =?UTF-8?q?=E5=B1=8F=E5=89=8D=E8=BF=9B=E5=92=8C=E5=90=8E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/style.scss b/src/style.scss index 9d565e5..c21cc31 100644 --- a/src/style.scss +++ b/src/style.scss @@ -19,6 +19,13 @@ body { user-select: none; } +html { + overscroll-behavior-x: none; +} +body { + overscroll-behavior-x: none; +} + .van-cell { .van-field__control { text-align: center;