mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 00:47:13 +00:00
fix #20 : disable spacer for sticky-bar
This commit is contained in:
parent
656a8b391f
commit
0fcd28a412
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ images.each(function(index){
|
|||
});
|
||||
|
||||
// Stick the top to the top of the screen when scrolling
|
||||
$("#top-bar").stick_in_parent();
|
||||
$("#top-bar").stick_in_parent({spacer: false});
|
||||
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue