diff options
| author | Chris Rebert <[email protected]> | 2015-02-19 15:55:33 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-19 15:55:33 -0800 |
| commit | 89455afe97a267e7a37d5699d9f17e82630b8c04 (patch) | |
| tree | 2397dd6891a735dfa318212ab61e1ff5cba1757b /docs/_includes | |
| parent | 3748e44b2eba2e1a1e89bdd28f4461e1f718c5b4 (diff) | |
| download | bootstrap-89455afe97a267e7a37d5699d9f17e82630b8c04.tar.xz bootstrap-89455afe97a267e7a37d5699d9f17e82630b8c04.zip | |
Affix docs: add MDN link for `position: sticky`
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/affix.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/affix.html b/docs/_includes/js/affix.html index da2fb4127..5eaed7028 100644 --- a/docs/_includes/js/affix.html +++ b/docs/_includes/js/affix.html @@ -2,7 +2,7 @@ <h1 id="affix" class="page-header">Affix <small>affix.js</small></h1> <h2 id="affix-examples">Example</h2> - <p>The affix plugin toggles <code>position: fixed;</code> on and off emulating the effect found with <code>position: sticky;</code>. The subnavigation on the right is a live demo of the affix plugin.</p> + <p>The affix plugin toggles <code>position: fixed;</code> on and off, emulating the effect found with <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/position#Sticky_positioning"><code>position: sticky;</code></a>. The subnavigation on the right is a live demo of the affix plugin.</p> <hr class="bs-docs-separator"> |
