summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-29 11:56:37 +0100
committerPhil Hughes <me@iamphill.com>2017-08-29 11:56:37 +0100
commit55d3197c8fa4e3e8a16b7d18c9298ea036c5b818 (patch)
treefc10409343c0b65ae8e5a2bee0f81b493c2734c6
parentc274da069d0de558613feb5bc35edc1312f5241d (diff)
downloadgitlab-ce-dropdown-z-index-update.tar.gz
Increase z-index of dropdownsdropdown-z-index-update
Closes #36866, #36766
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index a45d5a6dca0..1d2c258265c 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -189,7 +189,7 @@
width: auto;
top: 100%;
left: 0;
- z-index: 9;
+ z-index: 200;
min-width: 240px;
max-width: 500px;
margin-top: 2px;