aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-01 16:03:58 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-03-01 16:03:58 +0000
commitbe80850df588e2d69bc2cde5e70464557230bce2 (patch)
tree2e677be8fa1f26636ef5a4b9a3de242f2a05dda4
parent23767d9095367d50134ce1930632225566fbce19 (diff)
Hack to push form underneath abs. positioned map.
-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')