diff options
| author | Mark Otto <[email protected]> | 2015-08-09 20:28:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-09 20:28:46 -0700 |
| commit | 31a47369bb173a9d2d58758f3f047e59869f2099 (patch) | |
| tree | 40acd11347c0e95ab04db6f9638fea11dcfee4b7 /docs | |
| parent | c6d5fee88aa28cb0e5e6229116869e6fe23ae0a6 (diff) | |
| download | bootstrap-31a47369bb173a9d2d58758f3f047e59869f2099.tar.xz bootstrap-31a47369bb173a9d2d58758f3f047e59869f2099.zip | |
content
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/popovers.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 40ae0b4b5..31ec2392c 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -37,6 +37,8 @@ $(function () { ## Example: Using the `container` option +When you have some styles on a parent element that interfere with a popover, you'll want to specify a custom `container` so that the popover's HTML appears within that element instead. + {% highlight js %} $(function () { $('.example-popover').popover( |
