same fix for mobile view
This commit is contained in:
parent
a1b35fb7d1
commit
3e0ea9727f
@ -107,7 +107,9 @@ function toggleAside() {
|
|||||||
$('main').addClass('region_1-on')
|
$('main').addClass('region_1-on')
|
||||||
$('<div id="overlay"></div>').appendTo('section');
|
$('<div id="overlay"></div>').appendTo('section');
|
||||||
$('#left_aside_wrapper').stick_in_parent({
|
$('#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'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user