fix an issue with sticky_kit where input fields and textareas would blur on recalc. auto resize the notes textarea since if it sticks to the bottom it can not be properly resized

This commit is contained in:
Mario Vavti
2017-01-05 17:40:45 +01:00
parent 93ce2728b7
commit 9cf2f424ad
4 changed files with 10 additions and 6 deletions

View File

@@ -18,7 +18,9 @@ $(document).ready(function() {
if($(window).width() > 767) {
$('#left_aside_wrapper').stick_in_parent({
offset_top: $('nav').outerHeight(true)
offset_top: $('nav').outerHeight(true),
parent: '#region_1',
spacer: '#left_aside_spacer'
});
}