Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a1807469
Commit
a1807469
authored
Oct 04, 2018
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make perfbar z-index above modal background
parent
8a8ae2f5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
app/assets/stylesheets/framework/variables_overrides.scss
app/assets/stylesheets/framework/variables_overrides.scss
+1
-0
app/assets/stylesheets/performance_bar.scss
app/assets/stylesheets/performance_bar.scss
+2
-1
changelogs/unreleased/50552-unable-to-close-performance-bar.yml
...logs/unreleased/50552-unable-to-close-performance-bar.yml
+5
-0
No files found.
app/assets/stylesheets/framework/variables_overrides.scss
View file @
a1807469
...
...
@@ -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 @
a1807469
@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 @
a1807469
---
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