fix can not enter text in notes widget

This commit is contained in:
Mario Vavti 2018-09-21 11:15:18 +02:00
parent 369f34b2d1
commit c1697ce96b

View File

@ -20,7 +20,8 @@ $(document).ready(function() {
if($(window).width() >= 992) {
$('#left_aside_wrapper, #right_aside_wrapper').stick_in_parent({
offset_top: parseInt($('aside').css('padding-top')),
parent: 'main'
parent: 'main',
spacer: '.aside_spacer'
});
}