Skip to content

Commit 6d11c92

Browse files
authored
fixed: 修复 iOS 百度 APP 下的页面无法滚动的问题
1 parent 3e220d1 commit 6d11c92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mip/src/styles/mip-base.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ html.mip-i-ios-width {
3434
html.mip-i-ios-scroll,
3535
html.mip-i-ios-scroll>body[mip-ready] {
3636
-webkit-overflow-scrolling: touch;
37+
overflow-y: scroll;
3738
}
3839

3940
html.mip-i-android-scroll,

0 commit comments

Comments
 (0)