0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fix container option example code

This commit is contained in:
Zac Echola 2015-08-20 13:46:49 -05:00
parent 761364f64f
commit 8bfb295c1b

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 %}