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