forked from ZwiiCMS-Team/ZwiiCMS
[9.1.06] Augmenter à 6 le z-index des sous-menus
This commit is contained in:
parent
92e63bad2f
commit
d06d2a026a
@ -411,6 +411,7 @@ nav ul {
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
nav li {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
@ -432,7 +433,7 @@ nav li ul li {
|
||||
text-align: left;
|
||||
}
|
||||
nav li:hover ul {
|
||||
z-index: 2;
|
||||
z-index: 8;
|
||||
opacity: 1;
|
||||
}
|
||||
nav a {
|
||||
|
Loading…
Reference in New Issue
Block a user