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

This commit is contained in:
Filipa Lacerda 2017-10-10 20:18:32 +00:00 committed by Annabel Dunstone Gray
parent fe11c5fde7
commit 33faadc15f
2 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,7 @@
border: 1px solid $dropdown-border-color;
min-width: 175px;
color: $gl-text-color;
z-index: 999;
}
.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