| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Here are some automated review suggestions for this pull request.
Reviewed commit: 88444dc614
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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".
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Resolves DEVEX-721.
Cap the overflow menu height and let it scroll, matching the existing pattern already used by DownloadSelectedAgentLogsButton (max-h-56 overflow-y-auto). No component swap needed, the DropdownMenu was the right primitive, it just lacked height/scroll constraints.