aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-06-03 15:20:56 +0100
committerStruan Donald <struan@exo.org.uk>2013-06-03 15:20:56 +0100
commitdbc9edbfb12768d6c368e99f4580022b4a5ce2ee (patch)
treec27b1e65b8e69b59bf8b75e8af38c1d3b26354c4
parent5d1e144b02dfa9981b4cdbaf7f840980430d47ba (diff)
fix report page header as that can have lots of content
-rw-r--r--www/templates/en/reports.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/reports.html b/www/templates/en/reports.html
index 0c8c7de..45c1dc0 100644
--- a/www/templates/en/reports.html
+++ b/www/templates/en/reports.html
@@ -1,4 +1,4 @@
-<div data-role="header">
+<div data-role="header" data-position="fixed">
<h1>My Reports</h1>
<a id="reports-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Home</a>
</div>