mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
scrolling inside tree fixed
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user