add sidenav scrollspy

This commit is contained in:
Westly Wright
2018-04-27 13:35:49 -07:00
parent 44ba88388e
commit aecbb60cc9
4 changed files with 66 additions and 5 deletions
+11
View File
@@ -59,3 +59,14 @@
visibility: hidden;
display: none;
}
.sticky {
position: fixed;
top: 0;
}
#TableOfContents {
.active {
background-color: $accent-two;
}
}