Header nav no longer covered by member detail leaflet zoom arrows
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 23:13:04 +0000 (18:13 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 23:13:04 +0000 (18:13 -0500)
css/app.css
scss/_page.header.scss

index 7f10ede..5f9bf7a 100644 (file)
@@ -6582,7 +6582,7 @@ body #header-featured {
   top: 0;
   left: 0;
   width: 100%;
-  z-index: 999;
+  z-index: 9990;
   height: 60px; }
   .fixed-header .top-bar .top-bar-section > ul > li > a {
     font-size: 1.3vw !important;
index 2ef7115..9365e64 100644 (file)
@@ -324,7 +324,7 @@ body{
     position: fixed !important;
     top:0; left:0;
     width: 100%; 
-    z-index: 999;
+    z-index: 9990; // above leaflet, below enews sticky
     height: 60px;
     .top-bar{
         .top-bar-section{