diff options
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 3 |
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; } } |