From 89455afe97a267e7a37d5699d9f17e82630b8c04 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 19 Feb 2015 15:55:33 -0800 Subject: [PATCH] Affix docs: add MDN link for `position: sticky` --- docs/_includes/js/affix.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/js/affix.html b/docs/_includes/js/affix.html index da2fb4127b..5eaed70283 100644 --- a/docs/_includes/js/affix.html +++ b/docs/_includes/js/affix.html @@ -2,7 +2,7 @@

Affix affix.js

Example

-

The affix plugin toggles position: fixed; on and off emulating the effect found with position: sticky;. The subnavigation on the right is a live demo of the affix plugin.

+

The affix plugin toggles position: fixed; on and off, emulating the effect found with position: sticky;. The subnavigation on the right is a live demo of the affix plugin.