From 36a4e08522df25b30a6f8aa3806b76dd185140d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E5=BB=BA=E5=9B=BD?= <9340100@qq.com> Date: Tue, 10 Oct 2023 03:34:57 +0000 Subject: [PATCH] =?UTF-8?q?iphone=20ios17.03=20=E5=B7=A5=E4=BD=9C=E5=8F=B0?= =?UTF-8?q?=E4=B9=9D=E5=AE=AB=E6=A0=BC=E5=BA=94=E7=94=A8=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=B2=A1=E6=98=BE=E7=A4=BA=E5=87=BA=E6=9D=A5?= =?UTF-8?q?=20#493?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- steedos-packages/webapp-public/public/customize.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/steedos-packages/webapp-public/public/customize.css b/steedos-packages/webapp-public/public/customize.css index 1601a6a143..98fd2668e1 100644 --- a/steedos-packages/webapp-public/public/customize.css +++ b/steedos-packages/webapp-public/public/customize.css @@ -74,4 +74,9 @@ body { -ms-text-size-adjust: auto; -webkit-text-size-adjust: auto; zoom: 135% !important; +} + +body.steedos { + /*此样式可能造成ios17系统的iphone svg显示不出来,移除就好了*/ + -webkit-overflow-scrolling: unset; } \ No newline at end of file