Skip to content
Snippets Groups Projects
Commit cedeebf7 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Merge branch 'fix-new-merge-request-diff-headers-sticky-position' into 'master'

Fixed sticky headers in merge request creation diff

Closes #57691

See merge request gitlab-org/gitlab-ce!26027
parents a817f790 d22d9dbc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1019,3 +1019,13 @@
padding-left: 50px;
padding-bottom: $gl-padding;
}
.mr-compare {
.diff-file .file-title-flex-parent {
top: $header-height + 51px;
.with-performance-bar & {
top: $performance-bar-height + $header-height + 51px;
}
}
}
---
title: Fixed sticky headers in merge request creation diffs
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment