Skip to content
Snippets Groups Projects
Commit 7c41a02e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix top position of sticky file header on discussion tab

parent 0a504635
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