Fix z-index issue

This commit lowers the z-index of the .merge-request-tabs-holder class
to avoid rendering conflicts with the mini pipeline status dropdown
on the merge request page.
This commit is contained in:
Nathan Friend 2019-03-18 09:54:39 -03:00
parent 8bc2474553
commit 9b77768850
No known key found for this signature in database
GPG Key ID: 3D430247AEED8395
2 changed files with 7 additions and 1 deletions

View File

@ -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;

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