Skip to content
Snippets Groups Projects
Commit 50441577 authored by Phil Hughes's avatar Phil Hughes
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment