Fixed Joomla menu z-index regression
authorNicol <vingle@users.noreply.github.com>
Thu, 18 Oct 2018 09:07:14 +0000 (10:07 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Oct 2018 09:07:14 +0000 (10:07 +0100)
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

index 195f38bec45203c161a2fc9858302c4c09d43fd4..57eb00d00272278e0ad65838aef9cb66dab6a492 100644 (file)
@@ -296,6 +296,7 @@ br.clear {
 
 ul#civicrm-menu {
   position:relative;
+  z-index:1;
 }
 
 div#toolbar-box div.m {