Disable the fixed context bar if the content is already to big
This commit is contained in:
parent
69d0e8313a
commit
d4fe88adab
@ -98,6 +98,7 @@ $(document).ready(function(){
|
|||||||
$('div#context').offset().top + $('div#context').height() <
|
$('div#context').offset().top + $('div#context').height() <
|
||||||
$(window).height();
|
$(window).height();
|
||||||
});
|
});
|
||||||
|
$(window).resize();
|
||||||
});
|
});
|
||||||
//]]>{/literal}
|
//]]>{/literal}
|
||||||
</script>{/if}
|
</script>{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user