Fixed z-ordering issue

This commit is contained in:
2018-03-13 05:28:05 +11:00
parent 63ca25d153
commit 9e0350322b
6 changed files with 11 additions and 4 deletions

View File

@ -13,6 +13,8 @@
width: 100%;
display: block;
max-width: $s-layout--page-max;
z-index: 1;
position:relative;
}
.c-section--full-width {