From 7e05fc2a67072e5f27b76c7313d9118e1a6e3b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E7=86=8A=E7=86=8A=E5=AD=90=E8=B7=AF?= Date: Mon, 9 Feb 2026 15:25:05 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=B8=BA=E9=A1=B5=E9=9D=A2=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E6=B7=BB=E5=8A=A0=20overflow-x=20hidden=20=E4=BB=A5?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/components/page-container/page-container.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/miniprogram/components/page-container/page-container.scss b/miniprogram/components/page-container/page-container.scss index ccb1f4f..d7e7fec 100644 --- a/miniprogram/components/page-container/page-container.scss +++ b/miniprogram/components/page-container/page-container.scss @@ -14,5 +14,6 @@ width: 100%; box-sizing: border-box; overflow-y: auto; + overflow-x: hidden; -webkit-overflow-scrolling: touch; }