gpt4 book ai didi

javascript - 当主列 float 在侧边栏旁边时,将 Bootstrap Popover 置于按钮下方

转载 作者:太空宇宙 更新时间:2023-11-04 12:38:10 28 4
gpt4 key购买 nike

我正在使用 Bootstrap Popover并希望弹出窗口与我的按钮底部水平居中。该按钮靠着主要内容 DIV 的右栏,因此它会将其推到左侧,而不是将其放在主栏和侧边栏的顶部。

如何解决这个问题?

My JSFiddle.

HTML:

<a href="#" tabindex="0" class="btn btn-lg btn-danger bs-docs-popover" role="button" data-toggle="popover" data-placement="bottom" data-trigger="focus" title="" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</a>

JS:

$('.bs-docs-popover').popover();

enter image description here

最佳答案

这个解决方案适合您吗? jsfiddle

我已经像这样添加了 css 类

.popover.fade {
width: 100%;
}

关于javascript - 当主列 float 在侧边栏旁边时,将 Bootstrap Popover 置于按钮下方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27113733/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com