fix: contain settings shell scroll and stabilize validation suites#10
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 29d584e10e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| padding: var(--as-space-6); | ||
| min-height: 0; | ||
| flex: 1; | ||
| overflow: hidden; |
There was a problem hiding this comment.
Restore vertical scroll for oversized right rail
Setting .as-shell__content to overflow: hidden traps the diagnostics rail when its content exceeds the viewport height (common on shorter desktop windows, since the rail renders multiple stacked panels). Because .as-shell__rail itself still has no scrolling behavior, users can no longer reach the lower actions/guidance items that were previously reachable via page scroll. Add a scroll container on the rail or avoid hiding overflow at this level.
Useful? React with 👍 / 👎.
What
Why
How
flask-limiterversion and document Python 3.11 for local search-api setupTesting
pnpm run check:monorepo-readinesspnpm exec playwright testpnpm test:cipnpm search-api:testRisks
Performance impact
Lockfile rationale
Screenshots