aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r--web/cobrands/sass/_base.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 7f9808efd..79ed91d97 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -536,8 +536,17 @@ p.label-valid {
.wrapper {
width:100%;
display:table;
- caption-side:bottom;
+ // The 'caption' at large widths will be top, moving the menu up magically
+ caption-side: bottom;
+ // This is so absolutely positioned header stuff doesn't overlap banner...
+ position: relative;
+}
+// ...however position: relative stops the map being clickable (?), so better
+// revert it there
+body.mappage .wrapper {
+ position: static;
}
+
// this is the user's logged in details or the login link etc
#user-meta {
p {