diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-02 12:47:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-02 12:47:01 +0000 |
commit | 7494b18c1dc76d49c61b20c458894d788ef3b2de (patch) | |
tree | 7a5d57384880aa5abdbb1e2016f627c2d5c1f7d3 | |
parent | 28032886923829170f5f989c53428fe7a1d8232e (diff) |
To allow pins and pan/zoom to be clicked in IE6 and IE7, the container must also be reduced to the minimum width to prevent invisible coverage. #246
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 47f7bb641..dbb5f54eb 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -231,6 +231,10 @@ body.mappage { } .ie6, .ie7 { body.mappage { + .container { + float: left; + width: 27em; + } .nav-wrapper{ z-index:1; .nav-wrapper-2 { |