-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
描述问题:
仅版本6.11.0出现, 其他版本没看到这个问题
Iframe没限制高度, 当弹窗内容fixed为bottom: 0;的时候会跟着页面到最底部, 导致点击下拉框只能看到遮罩, 看不到选项
{
"type": "page",
"body": [
{
"type": "select",
"label": "选项",
"name": "select",
"options": [
{
"label": "选项A",
"value": "A"
},
{
"label": "选项B",
"value": "B"
}
],
"id": "u:74236f567248"
},
{
"type": "calendar",
"id": "u:c92489c7c23e"
},
{
"type": "calendar",
"id": "u:e5a5d249028e"
}
],
"id": "u:3bb6d08449b4",
"asideResizor": false,
"pullRefresh": {
"disabled": true
},
"toolbar": [],
"regions": [
"body"
]
}
