fix: #1094 try to disable zoom on ios safari

This commit is contained in:
Yifei Zhang 2023-04-26 14:43:43 +08:00 committed by GitHub
parent fbacfba92a
commit 2deb5cbc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,7 @@ body {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
user-select: none; user-select: none;
touch-action: pan-x pan-y;
font-family: "Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons", font-family: "Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons",
"PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif; "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;