mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 16:54:49 +08:00
fix #20 : disable spacer for sticky-bar
This commit is contained in:
parent
656a8b391f
commit
0fcd28a412
@ -56,7 +56,7 @@ images.each(function(index){
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Stick the top to the top of the screen when scrolling
|
// 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() {
|
jQuery(document).ready(function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user