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:
Florian 2015-07-16 20:31:57 +02:00 committed by Florianschmidtwelzow
parent 800b50ffbd
commit 620dec451b
1 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,8 @@ div.vectorMenu div.menu {
clear: both;
text-align: left;
display: none;
// overlap indicators (which has z-index 1, too)
z-index: 1;
}
/* Enable forcing showing of the menu for accessibility */