diff options
| author | Chris Rebert <[email protected]> | 2015-04-17 12:37:41 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-17 12:37:41 -0700 |
| commit | a955164a671f0bde1578221a868b841fc1711627 (patch) | |
| tree | 0d5eeb5c741003be90edd062c29aadd54a9ba08a /docs/_includes | |
| parent | 483412a7953e859fef0f83ce6062e0e07234dbdb (diff) | |
| parent | 20b5e2476561b4029c8d12210ecf3a88a206234c (diff) | |
| download | bootstrap-a955164a671f0bde1578221a868b841fc1711627.tar.xz bootstrap-a955164a671f0bde1578221a868b841fc1711627.zip | |
Merge pull request #16282 from JoshData/patch-1
affix plugin does not work within a pulled/pushed column
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/affix.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/js/affix.html b/docs/_includes/js/affix.html index 5eaed7028..c94efc03f 100644 --- a/docs/_includes/js/affix.html +++ b/docs/_includes/js/affix.html @@ -8,6 +8,7 @@ <h2 id="affix-usage">Usage</h2> <p>Use the affix plugin via data attributes or manually with your own JavaScript. <strong class="text-danger">In both situations, you must provide CSS for the positioning and width of your affixed content.</strong></p> + <p>Note: Do not use the affix plugin on an element contained in a relatively positioned element, such as a pulled or pushed column, due to a <a href="https://github.com/twbs/bootstrap/issues/12126">Safari rendering bug</a>.</p> <h3>Positioning via CSS</h3> <p>The affix plugin toggles between three classes, each representing a particular state: <code>.affix</code>, <code>.affix-top</code>, and <code>.affix-bottom</code>. You must provide the styles, with the exception of <code>position: fixed;</code> on <code>.affix</code>, for these classes yourself (independent of this plugin) to handle the actual positions.</p> |
