fixing z index issues with the topbar
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 17 Dec 2018 18:44:12 +0000 (13:44 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 17 Dec 2018 18:44:12 +0000 (13:44 -0500)
css/app.css
scss/_stickyHeader.scss

index d22a6dc..bcadd5d 100644 (file)
@@ -9215,7 +9215,7 @@ html body .inner-wrap #page-wrapper header #top-bar-wrapper {
   height: 100px;
   background: #46b2f0;
   position: fixed;
-  z-index: 10;
+  z-index: 999;
   top: 60px;
   transition: all 100ms ease-in; }
   html body .inner-wrap #page-wrapper header #top-bar-wrapper.navShadow {
index afddb8b..d391585 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: 10;
+    z-index: 999;
     top: 60px;
        transition: all 100ms ease-in;
        &.navShadow {