Skip to content
Snippets Groups Projects
Commit 9023cf71 authored by Phil Hughes's avatar Phil Hughes
Browse files

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
parents b24c0c8d 9b777688
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -806,7 +806,7 @@
 
.merge-request-tabs-holder {
top: $header-height;
z-index: 300;
z-index: 250;
background-color: $white-light;
border-bottom: 1px solid $border-color;
 
Loading
Loading
---
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment