We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9be13 commit 1f20830Copy full SHA for 1f20830
templates/html/resize.js
@@ -66,7 +66,7 @@ function initResizable(treeview) {
66
}
67
else
68
{
69
- contentHeight = windowHeight - headerHeight;
+ contentHeight = windowHeight - headerHeight - 1;
70
71
content.css({height:contentHeight + "px"});
72
if (location.hash.slice(1)) {
0 commit comments