From edf4d27aef1f290bbca9ed0df41ca077b8edbdd0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 6 Jul 2016 09:25:45 -0400 Subject: [PATCH] increased zindex for header to go over the new slideshow --- css/app.css | 2 +- scss/_page.header.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.17.1