mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02:00
Merge pull request #17152 from zacechola/popover_container_example
v4 - Fix container option example code
This commit is contained in:
@@ -43,9 +43,9 @@ When you have some styles on a parent element that interfere with a popover, you
|
|||||||
|
|
||||||
{% highlight js %}
|
{% highlight js %}
|
||||||
$(function () {
|
$(function () {
|
||||||
$('.example-popover').popover(
|
$('.example-popover').popover({
|
||||||
container: 'body'
|
container: 'body'
|
||||||
)
|
})
|
||||||
})
|
})
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user