diff options
-rw-r--r-- | www/templates/en/reports.html | 2 |
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> |