diff options
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
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({ <div class="alert alert-info"> <strong>Heads up!</strong> - It's up to you to manage the position of a pinned element. This is done by styling <code>affix</code>, <code>affix-top</code>, and <code>affix-bottom</code>. + You must manage the position of a pinned element and the behavior of its immediate parent. Position is controlled by <code>affix</code>, <code>affix-top</code>, and <code>affix-bottom</code>. 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. </div> <h3>Via JavaScript</h3> |
