aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-12 10:47:04 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-12 10:47:04 +0100
commit953fb6764a9615d30677383f658a2d8d09fefd8b (patch)
treee51f6dd04c1c517228abb8ee3f8dc20a9bb51135
parentc206cf26fe01016baea45442488b57885f202a8d (diff)
Make sure the map is draggable
-rw-r--r--web/cobrands/oxfordshire/layout.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index 7e1f50f66..e39d51226 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -102,6 +102,7 @@ body.twothirdswidthpage {
.container {
width: auto;
min-height: 550px;
+ z-index: auto;
}
.full-width { width: 464px; }
.shadow-wrap { width: 464px; }
@@ -128,6 +129,8 @@ body.twothirdswidthpage .content {
body.mappage {
.content {
padding: 1em;
+ position: relative;
+ z-index: 1;
}
}