Skip to content

Commit

Permalink
iphone ios17.03 工作台九宫格应用列表图标没显示出来 #493 Open
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlianghui committed Oct 10, 2023
1 parent e1e2d5b commit 5de3926
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@steedos-widgets/amis-object/src/styles/steedos.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@
/* 修正手机版 body上的sidebar导致y滚动条异常 */
.sidebar{
padding-bottom: 0px !important;
}

body.steedos {
/*此样式可能造成ios17系统的iphone svg显示不出来,移除就好了*/
-webkit-overflow-scrolling: unset;
}

0 comments on commit 5de3926

Please sign in to comment.