Merge "Make dropdown menus appear above VisualEditor toolbar"

This commit is contained in:
jenkins-bot 2017-08-04 00:50:55 +00:00 committed by Gerrit Code Review
commit bbb1d9e78d
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 */