Commit bc7b7df3 authored by Simon Stieger's avatar Simon Stieger

Render version dropdowns in MR changes view above tab navbar

parent 65cd1cc5
......@@ -4,6 +4,7 @@
*/
$mr-widget-min-height: 69px;
$tabs-holder-z-index: 250;
.space-children {
@include clearfix;
......@@ -675,7 +676,7 @@ $mr-widget-min-height: 69px;
.mr-version-controls {
position: relative;
z-index: 203;
z-index: $tabs-holder-z-index + 10;
background: $white;
color: $gl-text-color;
margin-top: -1px;
......@@ -745,7 +746,7 @@ $mr-widget-min-height: 69px;
.merge-request-tabs-holder,
.epic-tabs-holder {
top: $header-height;
z-index: 250;
z-index: $tabs-holder-z-index;
background-color: $body-bg;
border-bottom: 1px solid $border-color;
......
---
title: Render version dropdowns in MR changes view above tab navbar
merge_request: 54159
author: Simon Stieger @sim0
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