Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-08-30 21:50:25 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-08-30 21:50:25 +0300
commit81f08d30e641dc1a6666022ab1f5d36dbcdced7e (patch)
tree1889e2b105ef7102f3133d4aeb9d4680d84084fa /app/assets/stylesheets/framework/dropdowns.scss
parentc38d624b22bd0f19dca3c768a945244393863abc (diff)
parent55d3197c8fa4e3e8a16b7d18c9298ea036c5b818 (diff)
Merge branch 'dropdown-z-index-update' into 'master'
Increase z-index of dropdowns Closes #36766 and #36866 See merge request !13889
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-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 4cf2f46c6d3..1024295bbd6 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;