increased zindex for header to go over the new slideshow
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Jul 2016 13:25:45 +0000 (09:25 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Jul 2016 13:25:45 +0000 (09:25 -0400)
css/app.css
scss/_page.header.scss

index cf027cc..c73744f 100644 (file)
@@ -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; }
index e935c47..96b82f6 100644 (file)
@@ -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