diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-09-25 15:20:33 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-09-25 15:20:33 +0100 |
commit | dc52eab141b2b4ba6dd6306e9b73e69fa5b085ad (patch) | |
tree | 1b0afa6e2fe5336b7388a9e7f521d736fb198d68 /web | |
parent | 4fe18cb8f4278956a37ed7c8ee507b9e7b851893 (diff) |
[Oxfordshire] Lower min-height offset to cover map
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 60aa9d1ff..d26515ecf 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -462,6 +462,9 @@ $.fn.drawer = function(id, ajax) { if (cobrand == 'bromley') { offset = -110; } + if (cobrand == 'oxfordshire') { + offset = -13 * 16; + } heightFix(window, '.content', offset, 1); // in case we have a map that isn't full screen map_fix(); |