mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Affix docs: add MDN link for position: sticky
This commit is contained in:
parent
3748e44b2e
commit
89455afe97
@ -2,7 +2,7 @@
|
|||||||
<h1 id="affix" class="page-header">Affix <small>affix.js</small></h1>
|
<h1 id="affix" class="page-header">Affix <small>affix.js</small></h1>
|
||||||
|
|
||||||
<h2 id="affix-examples">Example</h2>
|
<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">
|
<hr class="bs-docs-separator">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user