Merge branch '50552-unable-to-close-performance-bar' into 'master'

Resolve "Unable to close performance bar"

Closes #50552

See merge request gitlab-org/gitlab-ce!21577
This commit is contained in:
Annabel Dunstone Gray 2018-10-04 15:08:53 +00:00
commit d2c631285c
3 changed files with 8 additions and 1 deletions

View File

@ -18,3 +18,4 @@ $success: $green-500;
$info: $blue-500;
$warning: $orange-500;
$danger: $red-500;
$zindex-modal-backdrop: 1040;

View File

@ -1,4 +1,5 @@
@import 'framework/variables';
@import 'framework/variables_overrides';
@import 'peek/views/rblineprof';
#js-peek {
@ -6,7 +7,7 @@
left: 0;
top: 0;
width: 100%;
z-index: 1039;
z-index: #{$zindex-modal-backdrop + 1};
height: $performance-bar-height;
background: $black;

View File

@ -0,0 +1,5 @@
---
title: Fix performance bar modal position
merge_request: 21577
author:
type: fixed