From fa7ed8e128bc87bbfee38100ebbb37a55c83e413 Mon Sep 17 00:00:00 2001 From: xiong Date: Thu, 23 Jul 2026 11:22:31 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=A7=BB=E9=99=A4=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=86=85=E9=83=A8=E7=9A=84=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/src/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/admin/src/index.css b/apps/admin/src/index.css index 6c0fd57..8cd0068 100644 --- a/apps/admin/src/index.css +++ b/apps/admin/src/index.css @@ -188,8 +188,7 @@ canvas { max-width: 100%; } -.ant-table-wrapper .ant-table-container { - overflow-x: auto; +.ant-table-wrapper .ant-table-content { overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }