fix no Title and Edit this page text when on mobile + fixed top bar width pbm on resize by switching to sticky.js instead of sticky-kit

This commit is contained in:
matcornic 2017-11-23 19:46:56 +01:00
parent bb0d317af2
commit 6562adeb7b
7 changed files with 305 additions and 26 deletions
static/js

View file

@ -56,9 +56,8 @@ images.each(function(index){
});
// Stick the top to the top of the screen when scrolling
$("#top-bar").stick_in_parent( {
parent: ".sticky-parent",
spacer: ".sticky-spacer",
$(document).ready(function(){
$("#top-bar").sticky({topSpacing:0, zIndex: 1000});
});