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

@@ -11,7 +11,7 @@
.c-section--style-three {
height: 60vmin;
position: relative;
z-index: -1;
z-index: 0;
overflow-y: visible;
}