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

adding z-index to homepage header content area so the pixel svgs don't overlap

parent ced21314
No related branches found
No related tags found
No related merge requests found
...@@ -227,6 +227,8 @@ ...@@ -227,6 +227,8 @@
justify-content: flex-end; justify-content: flex-end;
.header--homepage & { .header--homepage & {
position: relative;
z-index: 10;
align-items: flex-start; align-items: flex-start;
justify-content: center; justify-content: center;
height: 100%; 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