aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-03-01 16:04:46 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-03-01 16:04:46 +0000
commitba096972c26e00dfa9f888cd6d49cc0255027195 (patch)
tree0ed5835481cf76aa25d3e4657a3d729ff5979bec /web
parent268da99e06dfecf466eda733b9b3094aa6186787 (diff)
parentbe80850df588e2d69bc2cde5e70464557230bce2 (diff)
Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into supercool
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js
index 39ab7b2b4..c8422ac31 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -89,6 +89,9 @@ $(function(){
height: 'auto',
margin: 0
});
+ $('#side-form').css({
+ paddingTop: $(window).height()
+ });
$('.big-green-banner')
.addClass('mobile-map-banner')
.removeClass('.big-green-banner')