aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/views/fms.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/views/fms.js b/www/js/views/fms.js
index dbde3e7..f78e1aa 100644
--- a/www/js/views/fms.js
+++ b/www/js/views/fms.js
@@ -37,7 +37,7 @@
var screen = $(window).height(),
header = $('[data-role=header]').height(),
footer = $('[data-role=footer]').height(),
- content = screen - header - footer;
+ content = screen - header - footer - 5;
$('[data-role=content]').css({'height': content });
},