feat: Reveal 'Top of Page' only on scroll

[ci skip]
This commit is contained in:
NGPixel
2017-04-30 00:16:46 -04:00
parent e458ee1a0d
commit 195245624e
2 changed files with 10 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ block content
.sidebar-label
span Page Contents
ul.sidebar-menu
li: a(href='#root', title='Top of Page')
li.is-hidden-until-scroll: a(href='#root', title='Top of Page')
i.icon-arrow-up2
+tocMenu(pageData.tree)