Bootstrap popover放在窗口外面

时间:2015-04-20 09:22:04

标签: jquery css twitter-bootstrap popover

不知怎的,我的bootstrap popover超出了我给包含元素的宽度。 事实上,它看起来像这样: popover-bug

我像这样初始化popover:

$('.filter').popover({
    title: "Anzeigeeinstellungen",
    html: "true",
    placement: "bottom",
    trigger: "click focus",
    content: function(){
      return $('#popoverContent').html();
    },
    container: '#search'
});

#search的最大宽度为100%

期待所有类型的答案: Force0234

0 个答案:

没有答案