mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
More-menu needs to overlap indicators
Indicators potentially can be overlap the area for the menu overlay, which then overlaps it. Avoid it by raise the z-index for div.menu, too. Bug: T89410 Change-Id: Ie505d29a27aba2e8be5d5b13209442ec6daebcd9
This commit is contained in:
parent
800b50ffbd
commit
620dec451b
|
@ -184,6 +184,8 @@ div.vectorMenu div.menu {
|
||||||
clear: both;
|
clear: both;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display: none;
|
display: none;
|
||||||
|
// overlap indicators (which has z-index 1, too)
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Enable forcing showing of the menu for accessibility */
|
/* Enable forcing showing of the menu for accessibility */
|
||||||
|
|
Loading…
Reference in a new issue