same fix for mobile view

This commit is contained in:
Mario Vavti 2017-01-05 17:54:44 +01:00
parent a1b35fb7d1
commit 3e0ea9727f

View file

@ -107,7 +107,9 @@ function toggleAside() {
$('main').addClass('region_1-on')
$('<div id="overlay"></div>').appendTo('section');
$('#left_aside_wrapper').stick_in_parent({
offset_top: $('nav').outerHeight(true) - 10
offset_top: $('nav').outerHeight(true) - 10,
parent: '#region_1',
spacer: '#left_aside_spacer'
});
}
}