不知怎的,我的bootstrap popover超出了我给包含元素的宽度。 事实上,它看起来像这样:
我像这样初始化popover:
$('.filter').popover({
title: "Anzeigeeinstellungen",
html: "true",
placement: "bottom",
trigger: "click focus",
content: function(){
return $('#popoverContent').html();
},
container: '#search'
});
#search
的最大宽度为100%
期待所有类型的答案: Force0234