Commit eab06e47 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ph/fixCommitsStickyBar' into 'master'

Fix sticky position of commits stats bar

See merge request gitlab-org/gitlab!67768
parents 7be2e1dc 1a744f5b
...@@ -839,6 +839,18 @@ table.code { ...@@ -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 { .diff-files-changed {
.inline-parallel-buttons { .inline-parallel-buttons {
position: relative; position: relative;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
- page_description @commit.description - page_description @commit.description
- add_page_specific_style 'page_bundles/pipelines' - 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 "commit_box"
= render "ci_menu" = render "ci_menu"
= render "projects/diffs/diffs", = 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