diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c93a6ee9ec3f8314daf2e5a401719c9cddb4995..083c8b9da1f2172d969f9c7b91126272df60310a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Fix importing MR comments from GitHub !7139 - Modify GitHub importer to be retryable !7003 - Fix and improve `Sortable.highest_label_priority` + - Fixed sticky merge request tabs when sidebar is pinned ## 8.13.1 (2016-10-25) - Fix branch protection API. !6215 diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index 1d8e64a0e4b7105291ab07a222e5e9317589a1b0..c54f7b2757519d48f38a7627f3f128f4e8f4c72f 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -164,6 +164,18 @@ padding-left: $sidebar_width; } } + + .merge-request-tabs-holder.affix { + @media (min-width: $sidebar-breakpoint) { + left: $sidebar_width; + } + } + + &.right-sidebar-expanded { + .line-resolve-all-container { + display: none; + } + } } header.header-sidebar-pinned {