From: Laury GvR Date: Thu, 20 Dec 2018 23:13:04 +0000 (-0500) Subject: Header nav no longer covered by member detail leaflet zoom arrows X-Git-Tag: v1.0.0^2~156 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=25182a7f26fdb46960c12739e67aecb3a21d0593;p=WP-Themes%2Fuptravel.git Header nav no longer covered by member detail leaflet zoom arrows --- diff --git a/css/app.css b/css/app.css index 7f10ede..5f9bf7a 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 2ef7115..9365e64 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -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{