Skip to content

Commit 1f20830

Browse files
committed
Prevent extra scrollbar in HTML output when using Firefox
1 parent 4a9be13 commit 1f20830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/html/resize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function initResizable(treeview) {
6666
}
6767
else
6868
{
69-
contentHeight = windowHeight - headerHeight;
69+
contentHeight = windowHeight - headerHeight - 1;
7070
}
7171
content.css({height:contentHeight + "px"});
7272
if (location.hash.slice(1)) {

0 commit comments

Comments
 (0)