2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge pull request #17152 from zacechola/popover_container_example

v4 - Fix container option example code
This commit is contained in:
Heinrich Fenkart
2015-08-20 21:15:55 +02:00
+2 -2
View File
@@ -43,9 +43,9 @@ When you have some styles on a parent element that interfere with a popover, you
{% highlight js %}
$(function () {
$('.example-popover').popover(
$('.example-popover').popover({
container: 'body'
)
})
})
{% endhighlight %}