From: Anthony Talarico Date: Wed, 6 Jul 2016 13:25:45 +0000 (-0400) Subject: increased zindex for header to go over the new slideshow X-Git-Tag: v1.0.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=edf4d27aef1f290bbca9ed0df41ca077b8edbdd0;p=WP-Themes%2Fcsrye.git increased zindex for header to go over the new slideshow --- diff --git a/css/app.css b/css/app.css index cf027cc..c73744f 100644 --- a/css/app.css +++ b/css/app.css @@ -6356,7 +6356,7 @@ header { background: url(../assets/paper-pattern.png) repeat-x; height: 21px; position: relative; - z-index: 1; } + z-index: 2; } .contain-to-grid { box-shadow: 0 5px 10px -1px #999999; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index e935c47..96b82f6 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -103,5 +103,5 @@ header { background: url(../assets/paper-pattern.png) repeat-x; height: 21px; position: relative; - z-index: 1; + z-index: 2; } \ No newline at end of file