Commit d22d9dbc authored by Phil Hughes's avatar Phil Hughes

Fixed sticky headers in merge request creation diff

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57691
parent aaee3fb4
...@@ -1019,3 +1019,13 @@ ...@@ -1019,3 +1019,13 @@
padding-left: 50px; padding-left: 50px;
padding-bottom: $gl-padding; 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