Commit ceffdf97 authored by Filipa Lacerda's avatar Filipa Lacerda

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

parent 0fa2f148
......@@ -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 {
......
---
title: Decreases z-index of select2 to a lower number of our navigation bar
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment