From 0bb1d1e1df17f2207dc60c50655b75b0f9cfa09a Mon Sep 17 00:00:00 2001
From: Eric <eashaw@sailsjs.com>
Date: Thu, 31 Oct 2024 21:17:30 -0500
Subject: [PATCH] Website: update position of sticky sidebar nav on
 documentation pages. (#23446)

Changes:
- Updated the position of the "On this page" links on documentation
pages.
---
 website/assets/styles/pages/docs/basic-documentation.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/assets/styles/pages/docs/basic-documentation.less b/website/assets/styles/pages/docs/basic-documentation.less
index 0f9283105fa0..85aadb7b317a 100644
--- a/website/assets/styles/pages/docs/basic-documentation.less
+++ b/website/assets/styles/pages/docs/basic-documentation.less
@@ -925,7 +925,7 @@
         }
         min-width: 190px;
         position: sticky;
-        top: 170px;
+        top: 104px;
         height: fit-content;
         overflow-y: auto;
         transition-property: all;