Commit 1a744f5b authored by Phil Hughes's avatar Phil Hughes Committed by Kushal Pandya

Fix sticky position of commits stats bar

parent 2749cc72
......@@ -839,6 +839,18 @@ table.code {
}
}
.commits-container {
.diff-files-changed {
@include media-breakpoint-up(sm) {
top: $header-height;
.with-performance-bar & {
top: $header-height + $performance-bar-height;
}
}
}
}
.diff-files-changed {
.inline-parallel-buttons {
position: relative;
......
......@@ -9,7 +9,7 @@
- page_description @commit.description
- add_page_specific_style 'page_bundles/pipelines'
.container-fluid{ class: [limited_container_width, container_class] }
.container-fluid.commits-container{ class: [limited_container_width, container_class] }
= render "commit_box"
= render "ci_menu"
= render "projects/diffs/diffs",
......
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