【发布时间】:2012-12-11 02:49:02
【问题描述】:
我正在开发一个引导站点,在从 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>
任何人都知道为什么弹出框的行为会发生变化,或者我该如何解决?谢谢。
【问题讨论】:
-
我用这个脚本找到了我的解决方案。 stackoverflow.com/a/64905483/6128573
标签: javascript html twitter-bootstrap popover