Decreases z-index of select2 to a lower number than our navigation bar
This commit is contained in:
parent
fe11c5fde7
commit
33faadc15f
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Decreases z-index of select2 to a lower number of our navigation bar
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
Loading…
Reference in New Issue