diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-07 13:39:51 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-07 13:39:51 +0000 |
commit | 5f641bc1bdbf7f5c7d1700d8c7efe21ecffc32f6 (patch) | |
tree | a15f3e6919303183b6966b5b57106fee9f2772de | |
parent | b65f0cc2677f99eff2eba72fa73589ace15580f4 (diff) |
Bottom padding is now larger, so can have larger equivalent heightFix offset.
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 714699386..2da3dc44b 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -433,7 +433,7 @@ $.fn.drawer = function(id, ajax) { */ if (!$('html.mobile').length) { if (!($('body').hasClass('frontpage'))){ - var offset = -176; + var offset = -18 * 16; if (cobrand == 'bromley') { offset = -110; } |