Merge branch '34909-pipeline-dropdown-z-index' into 'master'

Increase z index of mini pipeline dropdown

Closes #34909

See merge request !12767
This commit is contained in:
Filipa Lacerda 2017-07-11 08:48:23 +00:00
commit b39c98371d
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
.dropdown-menu {
margin-top: 11px;
z-index: 200;
z-index: 300;
}
.ci-action-icon-wrapper {