How to add a footer to popover and make content scrollable? Using Twitter bootstrap 3
问题 Here is image ( what I have to do ) How to add a footer to popover and make the content scrollable? Using Twitter bootstrap 3 回答1: To create a popover with footer you must alter the popovers template and add some CSS to style that footer. Here I also place a button in the footer, as you have included in the drawing, but you must figure out yourself what you want to do with it. <div class="popover"> <div class="arrow"></div> <h3 class="popover-title"></h3> <div class="popover-content"></div>