我正在一个引导程序站点上工作,从 2.0 更新到引导程序 2.2 后,除了弹出窗口之外,一切正常。
弹出框仍然显示良好,但它们不会显示在所有其他元素之上。
<div> // this sits on top of the popover. this did not happen before cleaning up scripts.
<div> //popover shows on top of this
<div> //popover shows on top of this
//link here with popover in it.
</div>
</div>
</div>
任何人都知道为什么弹出窗口的行为会发生变化,或者我该如何解决?谢谢。