Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
8bfb295c
Commit
8bfb295c
authored
9 years ago
by
Zac Echola
Browse files
Options
Download
Email Patches
Plain Diff
Fix container option example code
parent
761364f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/popovers.md
+2
-2
docs/components/popovers.md
with
2 additions
and
2 deletions
+2
-2
docs/components/popovers.md
+
2
-
2
View file @
8bfb295c
...
...
@@ -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 %}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment