Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
2b8da7493ef8
Commit
de3b048b
authored
Oct 04, 2018
by
Simon Knox
Browse files
Make perfbar z-index above modal background
parent
0ea5ba382948
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/framework/variables_overrides.scss
View file @
2b8da749
...
...
@@ -18,3 +18,4 @@ $success: $green-500;
$info
:
$blue-500
;
$warning
:
$orange-500
;
$danger
:
$red-500
;
$zindex-modal-backdrop
:
1040
;
app/assets/stylesheets/performance_bar.scss
View file @
2b8da749
@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
;
...
...
changelogs/unreleased/50552-unable-to-close-performance-bar.yml
0 → 100644
View file @
2b8da749
---
title
:
Fix performance bar modal position
merge_request
:
21577
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment