diff options
author | Dave Arter <davea@mysociety.org> | 2017-06-16 15:12:42 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-30 13:13:02 +0100 |
commit | c4dcd37dede1a1736aa391a05c2020815390a79f (patch) | |
tree | 3a573a84f954e8ca508fcf4eb6017e362a586310 /www/js/views/fms.js | |
parent | 65cda4b5d7c4dce1e89a2118f2ab8fdb9be2867e (diff) |
Remove iOS status bar height overrides
No need to have rules to avoid overlapping the <iOS 7 status bar any more.
Diffstat (limited to 'www/js/views/fms.js')
-rw-r--r-- | www/js/views/fms.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/views/fms.js b/www/js/views/fms.js index aef854f..4e1a0a4 100644 --- a/www/js/views/fms.js +++ b/www/js/views/fms.js @@ -2,7 +2,7 @@ _.extend( FMS, { FMSView: Backbone.View.extend({ tag: 'div', - bottomMargin: 20, + bottomMargin: 0, contentSelector: '[data-role="content"]', events: { |