Skip to content

Commit

Permalink
iphone ios17.03 工作台九宫格应用列表图标没显示出来 #493
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Oct 10, 2023
1 parent 3c2bc08 commit 36a4e08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions steedos-packages/webapp-public/public/customize.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 36a4e08

Please sign in to comment.