From 31a47369bb173a9d2d58758f3f047e59869f2099 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Aug 2015 20:28:46 -0700 Subject: [PATCH] content --- docs/components/popovers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 40ae0b4b5b..31ec2392cf 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(