in most cases I found on internet, the container
was set to 'body'
What I encountered:
bootstrap popover shows on a fixed div content, when you scroll page, popover moves too.
I change the param container to my specific DIV #search-filter-container
, nothing changed.
UPDATE:
what now .popover
DIV appears within body at last even I set container: '#some-my-div'
<div class="popover fade right in" style="top: 429.5px; left: 680px; display: block;">
code details...
</div>
</body>
container
parameters may be helpful, check out this question #19449402 – Siouxie