页面滚动时出现Bootstrap 3.3工具提示放置问题

时间:2020-01-09 12:28:00

标签: twitter-bootstrap-3

我通过以下功能将工具提示附加到SVG文档的元素上

    $('.AREAROOM').tooltip({
        container: 'body',
        delay: 500,
        placement: 'left',
        boundary: 'window',
        title: shapeDetail,
        html: true
    });

一切正常,直到我向下滚动页面为止,在这种情况下,工具提示会比需要的位置高很多。 我尝试使用边界属性的不同配置,但没有任何变化,可能是该版本的boostrap工具提示未使用此属性。你有什么建议吗?

0 个答案:

没有答案