summaryrefslogtreecommitdiff
path: root/resize.js
diff options
context:
space:
mode:
Diffstat (limited to 'resize.js')
-rw-r--r--resize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resize.js b/resize.js
index 304fcb6..2b86c36 100644
--- a/resize.js
+++ b/resize.js
@@ -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()