docs: fix sidebar navigation in API reference (#11179)

This commit is contained in:
Shahed Nasser
2025-01-28 09:02:53 +02:00
committed by GitHub
parent 86b16b9049
commit a37a9c8023
4 changed files with 42 additions and 32 deletions
@@ -106,6 +106,7 @@ function useScrollControllerContextValue({
// 56 is the height of the navbar
// might need a better way to determine it.
top: top - parentOffsetTop - 56,
behavior: "instant",
})
}