Commit 50441577 authored by Phil Hughes's avatar Phil Hughes

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
parents 27c4b8aa 7c41a02e
......@@ -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;
......
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