Merge branch '63976-discussion-sticky-header' into 'master'

Fix top position of sticky file header on discussion tab

Closes #63976

See merge request gitlab-org/gitlab-ce!30410
This commit is contained in:
Phil Hughes 2019-07-05 17:20:54 +00:00
commit 50441577f0
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ $note-form-margin-left: 72px;
border-radius: 0;
@media (min-width: map-get($grid-breakpoints, md)) {
top: 91px;
top: $mr-tabs-height + $header-height;
.with-performance-bar & {
top: 126px;