summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-07-05 10:33:04 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-07-05 10:33:04 -0500
commit7c41a02e4a695d42344488819111b5387d605e7e (patch)
treed3dbe9cf888f176d97027c97fd4116f9236dd6ce
parent0a50463596858e12357ad0dc210cbdfdab749757 (diff)
downloadgitlab-ce-7c41a02e4a695d42344488819111b5387d605e7e.tar.gz
Fix top position of sticky file header on discussion tab
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
1 files changed, 1 insertions, 1 deletions
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;