-
-
Notifications
You must be signed in to change notification settings - Fork 950
right nav toc gives no visual indication its scrollable #1746
Copy link
Copy link
Open
Labels
layoutIssues related to how Starlight’s templates structure and layout page contentIssues related to how Starlight’s templates structure and layout page content🌟 coreChanges to Starlight’s main packageChanges to Starlight’s main package🤩 a11yIssues and PRs related to the accessibility of Starlight or our docs siteIssues and PRs related to the accessibility of Starlight or our docs site
Metadata
Metadata
Assignees
Labels
layoutIssues related to how Starlight’s templates structure and layout page contentIssues related to how Starlight’s templates structure and layout page content🌟 coreChanges to Starlight’s main packageChanges to Starlight’s main package🤩 a11yIssues and PRs related to the accessibility of Starlight or our docs siteIssues and PRs related to the accessibility of Starlight or our docs site
What version of
starlightare you using?0.21.5
What version of
astroare you using?4.6.0
What package manager are you using?
pnpm
What operating system are you using?
Linux
What browser are you using?
Chrome, Edge, FIrefox
Describe the Bug
In desktop mode, the
tocappears on the right side of the screen. When the number of items in the list exceeds the viewport height, a couple of issues arise:Steps to reproduce:
tocExpected Result:
tocshould give some visual indication that it separately scrollable; ORtocshould scroll with the windowActual Result:
The
tocdoes not move when scrolling, the bottom of thetocis not visible and there is no visual clue that it can be scrolled separately.Proposed Solutions:
main-pane&starlight-tocalways in sync (e.g., https://vercel.com/docs/projects/overview)Link to Minimal Reproducible Example
https://starlight.astro.build/reference/overrides/
Participation