From 1b8db45b3795df5eedd98d837ec0d2166fa7407c Mon Sep 17 00:00:00 2001 From: sige Date: Fri, 24 May 2024 16:01:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=8E=89=E5=B7=A6=E5=8F=B3?= =?UTF-8?q?=E6=BB=91=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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;