Commit 9b777688 authored by Nathan Friend's avatar Nathan Friend

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.
parent 8bc24745
......@@ -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;
......
---
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment