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
34c3f332
Commit
34c3f332
authored
Jun 22, 2021
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed element appearing above sticky tabs
parent
52d22870
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
app/assets/javascripts/diffs/components/app.vue
app/assets/javascripts/diffs/components/app.vue
+1
-1
app/assets/stylesheets/framework/diffs.scss
app/assets/stylesheets/framework/diffs.scss
+6
-0
No files found.
app/assets/javascripts/diffs/components/app.vue
View file @
34c3f332
...
@@ -610,7 +610,7 @@ export default {
...
@@ -610,7 +610,7 @@ export default {
page-mode
page-mode
>
>
<template
#default
="
{ item, index, active }">
<template
#default
="
{ item, index, active }">
<dynamic-scroller-item
:item=
"item"
:active=
"active"
>
<dynamic-scroller-item
:item=
"item"
:active=
"active"
:class=
"
{ active }"
>
<diff-file
<diff-file
:file=
"item"
:file=
"item"
:reviewed=
"fileReviews[item.id]"
:reviewed=
"fileReviews[item.id]"
...
...
app/assets/stylesheets/framework/diffs.scss
View file @
34c3f332
...
@@ -1190,3 +1190,9 @@ table.code {
...
@@ -1190,3 +1190,9 @@ table.code {
margin-top
:
0
;
margin-top
:
0
;
}
}
}
}
// Note: Prevents tall files from appearing above sticky tabs
.diffs
.vue-recycle-scroller__item-view
>
div
:not
(
.active
)
{
position
:
absolute
;
top
:
100vh
;
}
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