scrolling inside tree fixed

This commit is contained in:
azivner
2017-08-23 23:36:16 -04:00
parent 9d260e9f5c
commit c23928d070
5 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
$(function() {
$(window).resize(function() {
$('div#tree').height($(window).height() - $('div#tree').offset().top);
$('ul.fancytree-container').height($(window).height() - $('ul.fancytree-container').offset().top - 10);
$('div.note-editable').height($(window).height() - $('div.note-editable').offset().top);
});
$(window).resize();