arm_compute v17.12
diff --git a/documentation/resize.js b/documentation/resize.js
index 304fcb6..2b86c36 100644
--- a/documentation/resize.js
+++ b/documentation/resize.js
@@ -56,7 +56,7 @@
   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()