Skip to content

Instantly share code, notes, and snippets.

@gfranko
Created February 7, 2014 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfranko/8868095 to your computer and use it in GitHub Desktop.
Save gfranko/8868095 to your computer and use it in GitHub Desktop.
Make Entire Tocify TOC Visible
$('#toc').tocify({
'showAndHideOnScroll': false
});
.tocify-subheader {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment