We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2198226 commit 917df21Copy full SHA for 917df21
web/src/app/docs/layout.tsx
@@ -17,6 +17,8 @@ export default function DocsLayout({
17
const [showTopFade, setShowTopFade] = useState(false)
18
const [showBottomFade, setShowBottomFade] = useState(false)
19
const sidebarRef = useRef<HTMLDivElement>(null)
20
+ const containerRef = useRef<HTMLDivElement>(null)
21
+ const stickyTop = 64 // navbar height
22
23
// Handle sidebar scroll for dynamic fade effects
24
useEffect(() => {
0 commit comments