diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-08 17:56:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-18 13:06:28 +0100 |
commit | cdef822e4c2332f67565208dbab469e28bef4d3c (patch) | |
tree | 1111e785646011d93f4c233f3e1ac4e81515d372 /web/cobrands/sass/_layout.scss | |
parent | 8c58acc4b9704ebf1bcc4981f1ff9184dc5d6eed (diff) |
Use CSS class for mobile map not overlapping form.
This fixes an issue with the footer navigation display.
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index f3ce64f37..e251a6208 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -162,7 +162,7 @@ body.mappage { #site-header { // With the exception of the #site-logo child, the rest of - // #site-header gets entirely hidden behind .nav-wrapper-2 + // #site-header gets entirely hidden behind the navigation position: absolute; z-index: auto; top: 0; |