Skip to content

Commit 9240447

Browse files
claudiacodacyclaude
andcommitted
fix(search): allow scrolling through search results
The results container never had a bounded height, so it grew to fit all matches instead of scrolling — searches with many matches (e.g. "code quality analysis" → 83 docs) only showed the first ~2.5 results with no way to scroll further, and the overflow was silently clipped. Bound .md-search__output to the dialog's available height and let it own the scroll, instead of relying on an unbounded scrollwrap that only worked by accident on narrow phone viewports via a media query. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 32c11c7 commit 9240447

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

theme/stylesheets/header.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)