Skip to content
Snippets Groups Projects
Unverified Commit d22d9dbc authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed sticky headers in merge request creation diff

parent aaee3fb4
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