mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 15:00:59 +00:00
Fix container option example code
This commit is contained in:
parent
761364f64f
commit
8bfb295c1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue