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
14cfdeaa
Commit
14cfdeaa
authored
Feb 14, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix z index bugs
parent
7b67d3d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+0
-1
app/assets/stylesheets/pages/tree.scss
app/assets/stylesheets/pages/tree.scss
+2
-0
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
14cfdeaa
...
@@ -193,7 +193,6 @@
...
@@ -193,7 +193,6 @@
top
:
$header-height
;
top
:
$header-height
;
bottom
:
0
;
bottom
:
0
;
right
:
0
;
right
:
0
;
z-index
:
8
;
transition
:
width
.3s
;
transition
:
width
.3s
;
background
:
$gray-light
;
background
:
$gray-light
;
padding
:
10px
20px
;
padding
:
10px
20px
;
...
...
app/assets/stylesheets/pages/tree.scss
View file @
14cfdeaa
...
@@ -171,6 +171,8 @@
...
@@ -171,6 +171,8 @@
.tree-controls
{
.tree-controls
{
float
:
right
;
float
:
right
;
margin-top
:
11px
;
margin-top
:
11px
;
position
:
relative
;
z-index
:
2
;
.project-action-button
{
.project-action-button
{
margin-left
:
$btn-side-margin
;
margin-left
:
$btn-side-margin
;
...
...
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