aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-12-05 15:13:32 +0000
committerDave Whiteland <dave@mysociety.org>2012-12-05 15:13:32 +0000
commit57a1e53fbc047cbd762329166f99f138e642c848 (patch)
treeaf877bc701a012d386e879e6774f9bf56e05e8b0
parent1c91e6c102214f33669f94fb07a8f70491dd5bb5 (diff)
add z-index to bring sidebar notes and tips above map
-rw-r--r--web/cobrands/oxfordshire/layout.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index a5f7aa9de..bf6ac1e14 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -75,7 +75,13 @@ body.twothirdswidthpage {
}
}
-// To prevent font size larger interfering with the fixed Bromley layout
+.general-sidebar-notes,
+#report-a-problem-sidebar {
+ z-index: 99; // float above the map, since (like the map) this is the the right of the text/input column
+}
+
+
+// To prevent font size larger interfering with the fixed Oxfordshire layout
.container { width: auto; }
.full-width { width: 464px; }
.shadow-wrap { width: 464px; }