From f6f7d4e9fc009fffea3bf9315a32aef57c42b7e8 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Thu, 22 Feb 2018 09:55:44 +0000 Subject: [PATCH] reducing z-index of header area so it doesn't appear over the mobile menu --- .../static_src/src/sass/public/components/_wrapper.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/opentech/static_src/src/sass/public/components/_wrapper.scss b/opentech/static_src/src/sass/public/components/_wrapper.scss index 53160e7cd..e8099c2d8 100644 --- a/opentech/static_src/src/sass/public/components/_wrapper.scss +++ b/opentech/static_src/src/sass/public/components/_wrapper.scss @@ -234,5 +234,13 @@ flex-direction: column; flex-grow: 1; justify-content: flex-end; + + .header--homepage & { + position: relative; + z-index: 9; + align-items: flex-start; + justify-content: center; + height: 100%; + } } } -- GitLab