Sticky header no longer covered by leaflet zoom arrows
authorLaury GvR <laury@gaslightmedia.com>
Tue, 15 Jan 2019 19:52:38 +0000 (14:52 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 15 Jan 2019 19:52:38 +0000 (14:52 -0500)
css/app.css
scss/_stickyHeader.scss

index d2bde8b..f5ecf44 100644 (file)
@@ -9522,7 +9522,7 @@ html body .inner-wrap #page-wrapper header #top-bar-wrapper {
   height: auto;
   background: #46b2f0;
   position: fixed;
-  z-index: 999;
+  z-index: 1001;
   top: 60px;
   transition: all 100ms ease-in; }
   html body .inner-wrap #page-wrapper header #top-bar-wrapper.navShadow {
index f60efad..5320ca8 100644 (file)
@@ -36,7 +36,7 @@ html body .inner-wrap #page-wrapper header #top-bar-wrapper {
        // display: grid;
        // grid-template-columns: 1fr 1fr;
        position: fixed;
-    z-index: 999;
+    z-index: 1001; // to combat leaflet zoom buttons
     top: 60px;
        transition: all 100ms ease-in;
        &.navShadow {