Copy icon in commit modal error scrolls with content instead of anchoring right
Open
@adboio is already working on this.
Since May 19, 2026.
bug
feature/desktop
- Dominant language
- Python
- Stars
- 39.9k
- Forks
- 3.4k
- Avg merge
- 6h 51m
- Merged PRs (30d)
- 232
Description
Problem
In the commit modal, when an error message is displayed and the content overflows horizontally, the copy icon is rendered inside the scroll area. As the user scrolls horizontally to read the error, the copy icon scrolls out of view (or shifts position with the content).
Expected behavior
The copy icon should be anchored to the top-right of the error container so it stays in place regardless of horizontal scroll position within the error text.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.