Fixed z-ordering issue
This commit is contained in:
@ -10,6 +10,11 @@
|
||||
* Version:
|
||||
* 1.0.0 - 2018/03/11
|
||||
*/
|
||||
.c-page--style-about {
|
||||
background: url('./../images/dotted_bg_yellow.png');
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
|
||||
.c-page--style-about__profile-container {
|
||||
margin-bottom: 5em;
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
.c-section--style-three {
|
||||
height: 60vmin;
|
||||
position: relative;
|
||||
z-index: -1;
|
||||
z-index: 0;
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
||||
|
@ -13,6 +13,8 @@
|
||||
width: 100%;
|
||||
display: block;
|
||||
max-width: $s-layout--page-max;
|
||||
z-index: 1;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.c-section--full-width {
|
||||
|
Reference in New Issue
Block a user