Skip to content

fix: make docs sidebar navigation sticky (#339)#345

Open
nikhiltelkar2005-glitch wants to merge 1 commit into
hiteshchoudhary:mainfrom
nikhiltelkar2005-glitch:fix/sticky-sidebar
Open

fix: make docs sidebar navigation sticky (#339)#345
nikhiltelkar2005-glitch wants to merge 1 commit into
hiteshchoudhary:mainfrom
nikhiltelkar2005-glitch:fix/sticky-sidebar

Conversation

@nikhiltelkar2005-glitch

Copy link
Copy Markdown

Fixes #339

This PR makes the left sidebar navigation sticky so users don't have to scroll back to the top of the page to switch API categories.

Changes:

  • Injected position: sticky, top: 0, and height: 100vh via customCss in src/app.js.
  • Added overflow-y: auto to allow independent scrolling if the sidebar is long.

@nikhiltelkar2005-glitch

Copy link
Copy Markdown
Author

This PR adds Vitest unit tests for shared/routes.ts with 18 test cases covering the full API route contract. All tests are passing, ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Sticky Sidebar Navigation Fix

1 participant