Skip to content

Commit

Permalink
Bug 755293 - Tree view pane overlaps with content tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Sep 20, 2015
1 parent 78a8000 commit 8fc2434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/html/resize.js
Expand Up @@ -56,7 +56,7 @@ function resizeHeight()
var windowHeight = $(window).height() - headerHeight - footerHeight;
content.css({height:windowHeight + "px"});
navtree.css({height:windowHeight + "px"});
sidenav.css({height:windowHeight + "px",top: headerHeight+"px"});
sidenav.css({height:windowHeight + "px"});
}

function initResizable()
Expand Down

0 comments on commit 8fc2434

Please sign in to comment.