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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2019-09-06 09:26:02 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-09-06 09:26:02 +0300
commit032d2c18bde432aa3d8279a0b1d9b1887d7fcfb2 (patch)
treef600902abcd8c60773dc2a5d66335d662603440e /layouts/default.html
parentfae28098142528db6dde0b12057d34ebc6a84655 (diff)
Reduce scroll-spy offset
Reduced the offset of scroll-spy
Diffstat (limited to 'layouts/default.html')
-rw-r--r--layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/default.html b/layouts/default.html
index c16aed22..66dba48d 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -4,7 +4,7 @@
<%= render '/head.*' %>
<%= render '/canonical_urls.*' %>
</head>
-<body itemscope itemtype="http://schema.org/WebPage" data-spy="scroll" data-target="#doc-nav" data-offset="200">
+<body itemscope itemtype="http://schema.org/WebPage" data-spy="scroll" data-target="#doc-nav" data-offset="90">
<%= render '/gtm.*' %>
<%= render '/header.*' %>
<div class="wrapper">