我将tooltip
插件初始化为:
$("#id").tooltip({
placement: 'top',
trigger: 'hover',
html: true,
container: 'body'
});
如何避免这种情况?感谢。
答案 0 :(得分:1)
答案 1 :(得分:0)
我遇到了同样的问题,在工具提示的选项中设置容器:'body'解决了我的问题。 https://github.com/twbs/bootstrap/issues/13418