This commit is contained in:
harukin 2018-11-20 23:21:58 +09:00
parent 342ed91768
commit 518c30604e

View File

@ -17,15 +17,14 @@ $(document).ready(function () {
}
$('#css3-calc').remove(); // Remove the test element
/*if ($(window).width() >= 992) {
if ($(window).width() >= 992) {
$('#left_aside_wrapper, #right_aside_wrapper').stick_in_parent({
offset_top: parseInt($('aside').css('padding-top')),
parent: 'main',
spacer: '.aside_spacer'
});
}*/
}
$('#left_aside_wrapper,#right_aside_wrapper').css('position', 'fixed');
$('#left_aside_wrapper,#right_aside_wrapper').css('top', '63px');
$('#left_aside_wrapper,#right_aside_wrapper').css('width', '274px');
$('#expand-aside').on('click', toggleAside);