arm_compute v17.09

Change-Id: I4bf8f4e6e5f84ce0d5b6f5ba570d276879f42a81
diff --git a/documentation/resize.js b/documentation/resize.js
index 2b86c36..304fcb6 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"});
+  sidenav.css({height:windowHeight + "px",top: headerHeight+"px"});
 }
 
 function initResizable()