From dbebc622ecdf92d8dd754423a0bf1276f2f03033 Mon Sep 17 00:00:00 2001 From: Nicol Date: Thu, 18 Oct 2018 10:07:14 +0100 Subject: [PATCH] Fixed Joomla menu z-index regression As originally described https://civicrm.stackexchange.com/questions/26858/anyone-else-seeing-an-overlapping-admin-civi-menu-bug-with-joomla-3-8-13-and-civ --- css/joomla.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/joomla.css b/css/joomla.css index 195f38bec4..57eb00d002 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -296,6 +296,7 @@ br.clear { ul#civicrm-menu { position:relative; + z-index:1; } div#toolbar-box div.m { -- 2.25.1