Make dropdown menus appear above VisualEditor toolbar

Bug: T171840
Change-Id: I36dc747ec2c41816df371aa5e1d4b81dff24a7dd
This commit is contained in:
Bartosz Dziewoński 2017-08-03 01:27:05 +02:00
parent af8abcd1ce
commit 206efa4c96
1 changed files with 2 additions and 2 deletions

View File

@ -174,8 +174,8 @@ div.vectorMenu div.menu {
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
text-align: left;
display: none;
// overlap indicators (which has z-index 1, too)
z-index: 1;
// Menus must overlap indicators (z-index: 1) and VisualEditor toolbar (z-index: 2)
z-index: 2;
}
/* Enable forcing showing of the menu for accessibility */