add sticky nav bar
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 11 May 2016 20:35:58 +0000 (16:35 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 11 May 2016 20:35:58 +0000 (16:35 -0400)
parts/top-bar.php

index 34350ba..34cd674 100644 (file)
@@ -1,10 +1,14 @@
-<nav class="top-bar text-center show-for-large-up" data-topbar role="navigation">
-    <section class="top-bar-section">
-        <?php glm_theme_top_bar(); ?>
-    </section>
-</nav>
-<nav class="tab-bar show-for-medium-down">
-    <section class="left-small">
-        <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
-    </section>
-</nav>
+<div class="sticky">
+    <nav class="top-bar text-center show-for-large-up" data-topbar role="navigation">
+        <section class="top-bar-section">
+            <?php glm_theme_top_bar(); ?>
+        </section>
+    </nav>
+</div>
+<div class="sticky">
+    <nav class="tab-bar show-for-medium-down">
+        <section class="left-small">
+            <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
+        </section>
+    </nav>
+</div>