fix #20 : disable spacer for sticky-bar

This commit is contained in:
matcornic 2016-10-27 23:19:29 +02:00
parent 656a8b391f
commit 0fcd28a412

View file

@ -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() {