From 2580849a969d1aec2e6e4073747e89a728ad8f36 Mon Sep 17 00:00:00 2001 From: harry Date: Wed, 17 May 2017 22:39:26 +0530 Subject: [PATCH] Add missing sticky navigation example! --- docs/pages/sticky.md | 5 +++++ 1 file changed, 5 insertions(+) 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
-- 2.47.2