aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/template.html b/docs/template.html
index 14ecc9c7..21771025 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -200,11 +200,11 @@
});
// Dynamically force sidenav to no higher than browser window
- $('.side-nav').css('max-height', window.innerHeight - 125);
+ $('.side-nav').css('max-height', window.innerHeight - 130);
$(function(){
$(window).resize(function(){
- $('.side-nav').css('max-height', window.innerHeight - 125);
+ $('.side-nav').css('max-height', window.innerHeight - 130);
});
});
</script>