Codex app output pane only shows about one screen and cannot scroll back
Codex App Bug Report
Issue URL: https://github.com/openai/codex/issues/new?template=1-codex-app.yml
Title
Codex app output pane only shows about one screen and cannot scroll back through assistant output
What version of the Codex App are you using?
Unknown from About Codex dialog.
Observed CLI version in the same environment:
codex-cli 0.125.0
The command also printed:
WARNING: proceeding, even though we could not update PATH: Operation not permitted (os error 1)
What subscription do you have?
Unknown / not verified in this environment.
What platform is your computer?
Darwin 25.4.0 arm64 arm
Additional platform details:
ProductName: macOS
ProductVersion: 26.4.1
BuildVersion: 25E253
TERM_PROGRAM=iTerm.app
TERM=xterm-256color
COLORTERM=truecolor
SHELL=/bin/zsh
What issue are you seeing?
In the Codex app, assistant output appears limited to approximately one screen height. Long assistant responses are generated, but earlier lines become inaccessible: I cannot scroll back to the beginning of the response or prior output.
This does not appear to be a terminal scrollback problem. In another page of the same terminal, normal terminal scrollback works. For example, running:
seq 1 200
produces output that can be scrolled back normally.
The issue appears specific to the Codex app transcript/output pane.
Observed behavior:
- Only roughly one screen of Codex output is visible.
- Attempting to scroll up does not reveal earlier assistant output.
- Long assistant responses appear to be inaccessible after they pass out of the visible viewport.
- Normal terminal output outside Codex scrolls correctly.
What steps can reproduce the bug?
- Open Codex in iTerm on macOS.
- Ask Codex to generate a long response, for example many numbered lines intended for scrollback testing.
- Wait for the assistant response to finish.
- Attempt to scroll back to the top of the generated response.
Expected test prompt:
Generate 100 numbered lines so I can test whether the Codex output pane scrolls back.
Actual result: only about one screen of the assistant output is visible, and earlier lines cannot be scrolled back to.
Control test outside Codex:
seq 1 200
The control test scrolls normally in the terminal, which suggests the terminal emulator's scrollback buffer is working and the issue is in the Codex app output/transcript rendering.
What is the expected behavior?
Codex should preserve and expose scrollback for prior assistant output in the transcript pane. After a long assistant response, I should be able to scroll back to earlier lines in that response and previous transcript content.
Additional information
Likely areas to investigate:
- The transcript/output container may have a fixed-height viewport without preserving prior rendered rows.
- The scrollable container may have
overflow: hiddenor scroll may be attached to the wrong element. - A scroll-to-bottom behavior may be continuously re-triggering, preventing manual scrollback.
- The app may be using a terminal/TUI alternate screen or equivalent rendering surface that only preserves the visible frame.
This was observed on April 25, 2026 in America/Los_Angeles timezone.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗