From 7c41a02e4a695d42344488819111b5387d605e7e Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 5 Jul 2019 10:33:04 -0500 Subject: Fix top position of sticky file header on discussion tab --- app/assets/stylesheets/pages/notes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 7bd1a4138e4..00c6a3a5476 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -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; -- cgit v1.2.1