Skip to content
Snippets Groups Projects
Commit f6f7d4e9 authored by Chris Lawton's avatar Chris Lawton
Browse files

reducing z-index of header area so it doesn't appear over the mobile menu

parent 8e02f8d1
No related branches found
No related tags found
No related merge requests found
...@@ -234,5 +234,13 @@ ...@@ -234,5 +234,13 @@
flex-direction: column; flex-direction: column;
flex-grow: 1; flex-grow: 1;
justify-content: flex-end; justify-content: flex-end;
.header--homepage & {
position: relative;
z-index: 9;
align-items: flex-start;
justify-content: center;
height: 100%;
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment