summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-14 08:22:24 +0000
committerSimon Knox <psimyn@gmail.com>2017-08-15 09:21:32 +1000
commita7349d3c9ba764c193048d6ad3df449c2182e4a4 (patch)
treec8a8d3d96719ef3667d522a53bc6216bec823448
parenta70f199fa0f4d83215ab5cabff0c4ade37939e46 (diff)
downloadgitlab-ce-a7349d3c9ba764c193048d6ad3df449c2182e4a4.tar.gz
Merge branch '36325-increase-z-index-pipeline-dropdown' into 'master'
Increase z-index of pipeline dropdown Closes #36325 See merge request !13507
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 6185342b495..85d1905ad40 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -824,6 +824,7 @@ button.mini-pipeline-graph-dropdown-toggle {
* Top arrow in the dropdown in the mini pipeline graph
*/
.mini-pipeline-graph-dropdown-menu {
+ z-index: 200;
&::before,
&::after {