我在 Bootstrap 2.3.1 的模式窗口中使用了一个弹出框。问题是弹出框显示在 modal-header div 下。
您可以在此处查看此问题的示例/小提琴:(“启动演示模式”,然后“单击以切换弹出窗口”) http://jsfiddle.net/cZ6Cr/2/
相关代码为:
<a class="btn" data-content="And here's some amazing content. It's very engaging. right? And another thing about this is a that it's really long. When I say long I mean really, really long."
rel="popover"
href="#"
data-original-title="A Title">
Click to toggle popover
</a>
*我从 GitHub https://github.com/twbs/bootstrap/issues/5014上的这个线程修改了一个由 cvrebert 创建的小提琴