Skip to content

Conversation

@emmanuel-ferdman
Copy link

@emmanuel-ferdman emmanuel-ferdman commented Jan 27, 2026

Issue

Description

The version dropdown in the docs sidebar couldn't scroll when expanded. With 24+ versions, users on smaller screens couldn't access other versions at all. See this page:

image

Related issues/PRs

Fixes #6329

Proposal

Explanation

The simplest fix would be adding overflow-y: auto and max-height to the existing dropdown CSS. But since we're touching this anyway, this PR takes the opportunity to improve the UI: moved the version selector inside the sidebar's scrollable area so everything scrolls together, and rewrote it to use Furo's native collapsible pattern. Now appears as a "Versions" item under a "More" section, matching the rest of the sidebar styling. But I'm open to feedback if the simpler CSS-only fix is preferred.

It looks like:

image

Checklist

  • Implement proposed change
  • Write tests
  • Update documentation
  • Make CI checks pass
  • Ping maintainers on Slack (channel #contributions)

Any other comments?

@github-actions github-actions bot added the Contributor Used to determine what PRs (mainly) come from external contributors. label Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Contributor Used to determine what PRs (mainly) come from external contributors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Version Navbar of Flower Docs site is not scrollable

1 participant