Skip to content

fix(app): Cannot approve/deny long bash commands#15070

Open
stevoland wants to merge 1 commit intoanomalyco:devfrom
stevoland:stevo/ttvovttrkxxu
Open

fix(app): Cannot approve/deny long bash commands#15070
stevoland wants to merge 1 commit intoanomalyco:devfrom
stevoland:stevo/ttvovttrkxxu

Conversation

@stevoland
Copy link
Contributor

@stevoland stevoland commented Feb 25, 2026

Issue for this PR

Closes #14964

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Fixes approve/deny buttons pushed out of container by long bash commands.

Adds a max-height to the permission-content as a proportion of the viewport height and makes scrollable.

How did you verify your code works?

 bun run --cwd packages/opencode --conditions=browser ./src/index.ts serve --port 4096
 bun --cwd packages/app dev -- --port 4444

Verified in Safari and Chrome

Screenshots / recordings

Before:
Screenshot 2026-02-24 at 21 45 03

After:
Screenshot 2026-02-24 at 21 46 14

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Thanks

@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. contributor and removed needs:compliance This means the issue will auto-close after 2 hours. labels Feb 25, 2026
@github-actions
Copy link
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot approve/deny long bash commands in web/app

1 participant