projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155390c
)
Fixed Joomla menu z-index regression
author
Nicol
<vingle@users.noreply.github.com>
Thu, 18 Oct 2018 09:07:14 +0000
(10:07 +0100)
committer
GitHub
<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
patch
|
blob
|
blame
|
history
diff --git
a/css/joomla.css
b/css/joomla.css
index 195f38bec45203c161a2fc9858302c4c09d43fd4..57eb00d00272278e0ad65838aef9cb66dab6a492 100644
(file)
--- 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 {