Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-17 23:54:26 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-12 17:27:05 +0300
commit52accce3854df8f6258c1699aacff8d460c8048d (patch)
treecfbb14d87d149ad6c41e7258865d33d5f2966143 /app/views/shared/milestones
parentc266b5f57a09c13feef9c066856715f339076285 (diff)
Add fixed positioning to top level navbar
Diffstat (limited to 'app/views/shared/milestones')
-rw-r--r--app/views/shared/milestones/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_sidebar.html.haml b/app/views/shared/milestones/_sidebar.html.haml
index 5e8a2a0f5d8..9bb87640319 100644
--- a/app/views/shared/milestones/_sidebar.html.haml
+++ b/app/views/shared/milestones/_sidebar.html.haml
@@ -1,4 +1,4 @@
-- affix_offset = local_assigns.fetch(:affix_offset, "102")
+- affix_offset = local_assigns.fetch(:affix_offset, "50")
- project = local_assigns[:project]
%aside.right-sidebar.js-right-sidebar{ data: { "offset-top" => affix_offset, "spy" => "affix" }, class: sidebar_gutter_collapsed_class, 'aria-live' => 'polite' }