【发布时间】:2021-03-06 03:46:46
【问题描述】:
所选的下拉列表始终位于模型上下一个可用卡片元素的下方。
我试过了
.class-of-dropdown {
position: relative;
z-index: 5000;
}
.modal-body {
overflow-y:visible;
}
这是jsfiddle 示例。
我已经尝试了几种修复方法,但似乎都没有效果。
Chosen dropdown within Bootstrap modal is hidden behind modal footer
How to Solve Option Select appeared behind modal using bootstrap?
Bootstrap dropdownlist z-index displaying under modal window footer
【问题讨论】:
标签: html twitter-bootstrap bootstrap-modal z-index jquery-chosen