From b444582ccdc8c4f0e4c21357d41498cd46532a70 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Aug 2012 15:20:50 -0700 Subject: fixes #4671: mention collapsing parents in docs for affix plugin --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index c09d19f23..ffe530280 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1610,7 +1610,7 @@ $('.carousel').carousel({
Heads up! - It's up to you to manage the position of a pinned element. This is done by styling affix, affix-top, and affix-bottom. + You must manage the position of a pinned element and the behavior of its immediate parent. Position is controlled by affix, affix-top, and affix-bottom. Remember to check for a potentially collapsed parent when the affix kicks in as it's removing content from the normal flow of the page.

Via JavaScript

-- cgit v1.2.3