Merge branch '36160-zindex' into 'master'

Decreases z-index of select2 to a lower number of our navigation bar

Closes #36160

See merge request gitlab-org/gitlab-ce!14925
This commit is contained in:
Annabel Dunstone Gray 2017-10-18 19:09:01 +00:00
commit 00c15cc27c
2 changed files with 10 additions and 0 deletions

View File

@ -61,6 +61,11 @@
border: 1px solid $dropdown-border-color;
min-width: 175px;
color: $gl-text-color;
z-index: 999;
}
.select2-drop-mask {
z-index: 998;
}
.select2-drop.select2-drop-above.select2-drop-active {

View File

@ -0,0 +1,5 @@
---
title: Decreases z-index of select2 to a lower number of our navigation bar
merge_request:
author:
type: fixed