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
199c0124
Commit
199c0124
authored
Mar 30, 2020
by
Doug Stull
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add header variable for z index
parent
9e4e498e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-0
app/assets/stylesheets/pages/editor.scss
app/assets/stylesheets/pages/editor.scss
+1
-1
No files found.
app/assets/stylesheets/framework/header.scss
View file @
199c0124
.navbar-gitlab
{
padding
:
0
16px
;
z-index
:
1000
;
z-index
:
$header-zindex
;
margin-bottom
:
0
;
min-height
:
$header-height
;
border
:
0
;
...
...
app/assets/stylesheets/framework/variables.scss
View file @
199c0124
...
...
@@ -386,6 +386,7 @@ $browser-scrollbar-size: 10px;
* Misc
*/
$header-height
:
40px
;
$header-zindex
:
1000
;
$suggestion-header-height
:
46px
;
$ide-statusbar-height
:
25px
;
$fixed-layout-width
:
1280px
;
...
...
app/assets/stylesheets/pages/editor.scss
View file @
199c0124
...
...
@@ -223,5 +223,5 @@
}
.popover.suggest-gitlab-ci-yml
{
z-index
:
240
;
z-index
:
$header-zindex
-
1
;
}
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