diff options
author | Phil Hughes <me@iamphill.com> | 2017-08-14 08:22:24 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-08-14 08:22:24 +0000 |
commit | 21a6898b10ed75f6260e72467b9e1f839d48456c (patch) | |
tree | 02c366d1be3fa00a822410d5d867e6a13e9dc034 /app/assets | |
parent | 9419d10e86de73885d1df0d9ee182c0ed122f228 (diff) | |
parent | f05bfef70cb1e22942c7cdf0e3432a984281020a (diff) | |
download | gitlab-ce-21a6898b10ed75f6260e72467b9e1f839d48456c.tar.gz |
Merge branch '36325-increase-z-index-pipeline-dropdown' into 'master'
Increase z-index of pipeline dropdown
Closes #36325
See merge request !13507
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 1 |
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 { |