Commit cedeebf7 authored by Filipa Lacerda's avatar Filipa Lacerda

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
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment