Ok here is the html:
10条回答 梦谈多话 (楼主) 2020-12-29 03:42 I don't have any IOS product to verify this, but it seems like overflow: auto is a known Safari bug. Try this: #filterOptionsContainer { overflow-y: scroll; -webkit-overflow-scrolling: touch; } 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
I don't have any IOS product to verify this, but it seems like overflow: auto is a known Safari bug.
overflow: auto
Try this:
#filterOptionsContainer { overflow-y: scroll; -webkit-overflow-scrolling: touch; }