Merge branch '58999-z-index-issue-on-pipeline-dropdown' into 'master'

Resolve "Z-Index Issue on Pipeline Dropdown"

Closes #58999

See merge request gitlab-org/gitlab-ce!26274
This commit is contained in:
Phil Hughes 2019-03-18 14:07:58 +00:00
commit 9023cf710c
2 changed files with 7 additions and 1 deletions

View file

@ -806,7 +806,7 @@
.merge-request-tabs-holder { .merge-request-tabs-holder {
top: $header-height; top: $header-height;
z-index: 300; z-index: 250;
background-color: $white-light; background-color: $white-light;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;

View file

@ -0,0 +1,6 @@
---
title: Fix issue that caused the "Show all activity" button to appear on top of the
mini pipeline status dropdown on the merge request page
merge_request: 26274
author:
type: fixed