mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-19 07:10:30 +00:00
feat: sticky top bar
This commit is contained in:
parent
4683d790f6
commit
40bdb505df
4 changed files with 21 additions and 18 deletions
static/js
|
@ -62,3 +62,5 @@ $('#toc-menu').hover(function() {
|
|||
$('.progress').hover(function() {
|
||||
$('.progress').stop(true, false, true).fadeToggle(300);
|
||||
});
|
||||
|
||||
$("#top-bar").stick_in_parent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue