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:
authorPhil Hughes <me@iamphill.com>2017-08-14 11:22:24 +0300
committerPhil Hughes <me@iamphill.com>2017-08-14 11:22:24 +0300
commit21a6898b10ed75f6260e72467b9e1f839d48456c (patch)
tree02c366d1be3fa00a822410d5d867e6a13e9dc034
parent9419d10e86de73885d1df0d9ee182c0ed122f228 (diff)
parentf05bfef70cb1e22942c7cdf0e3432a984281020a (diff)
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 {