Commit 8ae7963c authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '36160-select2-dropdown' into 'master'

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

Closes #36160

See merge request gitlab-org/gitlab-ce!14768
parents fe11c5fd 33faadc1
......@@ -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 {
......
---
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