[Rt-commit] rt branch, 5.0/fix-pinned-menu-overlap, created. rt-5.0.0alpha1-457-ge5a8529127

Blaine Motsinger blaine at bestpractical.com
Mon May 18 18:12:55 EDT 2020


The branch, 5.0/fix-pinned-menu-overlap has been created
        at  e5a85291270ea67db4f018a381fd563400b63ecd (commit)

- Log -----------------------------------------------------------------
commit e5a85291270ea67db4f018a381fd563400b63ecd
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Mon May 18 17:06:53 2020 -0500

    Fix pinned menu overlap
    
    When pinned, the search results page menu incorrectly overlaps the
    page navigation menu dropdown. This commit sets z-index for the
    pinned search results menu to be one less so not to display on top
    of the page nav dropdown.

diff --git a/share/static/css/elevator-light/nav.css b/share/static/css/elevator-light/nav.css
index d945d18e11..c9062d4384 100644
--- a/share/static/css/elevator-light/nav.css
+++ b/share/static/css/elevator-light/nav.css
@@ -156,7 +156,7 @@ ul.sf-menu li {
     float: right;
     width: auto;
     top: 2em;
-    z-index: 95;
+    z-index: 94;
 }
 
 .page-menu.pinned li:hover ul,

-----------------------------------------------------------------------


More information about the rt-commit mailing list