From: harry Date: Wed, 17 May 2017 17:09:26 +0000 (+0530) Subject: Add missing sticky navigation example! X-Git-Tag: v6.4.0-rc1~26^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10035%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add missing sticky navigation example! --- diff --git a/docs/pages/sticky.md b/docs/pages/sticky.md index f56af4602..0eec4d30b 100644 --- a/docs/pages/sticky.md +++ b/docs/pages/sticky.md @@ -155,6 +155,11 @@ Sometimes you want a sticky nav bar or side nav, this is pretty simple, but does ``` With the minimum markup above, your nav bar will be sticky for the entire page. You could change this up by using anchor points, so it sticks and breaks at important markers on the page. A top anchor point of '1' will make it stick at the top of the page, a bottom anchor of `content:bottom` will make it break at the bottom of your `#content` element. This is useful if you want a sticky nav element, but not for the full length of the page. + +
+ edit on codepen button +
+ ```html