feat: sticky top bar

This commit is contained in:
Mathieu Cornic 2016-03-18 19:00:27 +01:00
parent 4683d790f6
commit 40bdb505df
4 changed files with 21 additions and 18 deletions
static/js

View file

@ -62,3 +62,5 @@ $('#toc-menu').hover(function() {
$('.progress').hover(function() {
$('.progress').stop(true, false, true).fadeToggle(300);
});
$("#top-bar").stick_in_parent();