Commit d2c63128 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
parents 867b4f06 a1807469
......@@ -18,3 +18,4 @@ $success: $green-500;
$info: $blue-500;
$warning: $orange-500;
$danger: $red-500;
$zindex-modal-backdrop: 1040;
@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;
......
---
title: Fix performance bar modal position
merge_request: 21577
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