Commit a1807469 authored by Simon Knox's avatar Simon Knox

Make perfbar z-index above modal background

parent 8a8ae2f5
......@@ -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