From 005f1c460b5db18429f39aa008b70a5ee8a007ee Mon Sep 17 00:00:00 2001 From: huangmin <2927933426@qq.com> Date: Sat, 6 Jun 2026 13:00:01 +0800 Subject: [PATCH] =?UTF-8?q?style(globals.css):=20=E8=B0=83=E6=95=B4body?= =?UTF-8?q?=E7=9A=84=E6=BA=A2=E5=87=BA=E5=92=8C=E5=AE=BD=E5=BA=A6=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复页面滚动异常并强制适配全屏宽度 --- src/app/globals.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/globals.css b/src/app/globals.css index e2cdb3e3..30c9545d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -34,6 +34,8 @@ body { overscroll-behavior-x: none; /* Prevent touch gestures from triggering navigation */ touch-action: pan-y pinch-zoom; + overflow-y: initial !important; + width: 100% !important; } /* React Flow customizations */