codex - 💡(How to fix) Fix Codex pet overlay is cropped inside its own floating container [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#21230Fetched 2026-05-06 06:24:29
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

Fix Action

Fix / Workaround

This was reported from a Codex desktop thread with a screenshot showing the pet clipped at a hard rectangular edge. The user had already tried the common workarounds: restarting Codex and toggling the pet.

RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

Unknown from this report.

What subscription do you have?

Unknown from this report.

What platform is your computer?

macOS. Screenshot filename: Screenshot 2026-05-05 at 2.24.44 PM.png.

What issue are you seeing?

The Codex pet overlay is visibly cropped inside its own floating container. This does not appear to be the pet being positioned offscreen or hidden behind another window. The visible edge is a sharp rectangular cutoff through the sprite/overlay, suggesting the pet image/window bounds are too small or an ancestor container has clipping enabled.

In the screenshot, only part of the pet is visible; the rest is clipped by a rectangular boundary even though there is visible space around it in the Codex app window.

What steps can reproduce the bug?

  1. Open Codex desktop app on macOS.
  2. Summon the Codex pet with /pet.
  3. Observe the pet overlay.

Expected behavior

The full pet should be visible inside the floating overlay/window, with enough transparent padding or unclipped bounds for the entire sprite.

Actual behavior

The pet is cropped inside the overlay bounds. Restarting Codex and toggling /pet off/on did not resolve it.

Additional information

This was reported from a Codex desktop thread with a screenshot showing the pet clipped at a hard rectangular edge. The user had already tried the common workarounds: restarting Codex and toggling the pet.

extent analysis

TL;DR

The issue can likely be resolved by adjusting the size or clipping properties of the pet overlay container in the Codex App.

Guidance

  • Verify that the pet image is not being clipped by an ancestor container by inspecting the app's UI hierarchy and container properties.
  • Check the CSS or layout settings for the pet overlay to ensure that it has sufficient size and padding to accommodate the entire pet sprite.
  • Investigate if there are any platform-specific (macOS) rendering issues that could be causing the clipping.
  • Consider temporarily disabling any recently introduced changes or updates to the Codex App to see if the issue persists.

Example

No code example is provided due to lack of specific technical details about the Codex App's implementation.

Notes

The solution may require modifications to the Codex App's UI code or configuration, which could have unintended consequences. It is essential to test any changes thoroughly to ensure they do not introduce new issues.

Recommendation

Apply a workaround by adjusting the pet overlay container's size or clipping properties, as this is likely to be a more straightforward and less disruptive solution than attempting to upgrade to a potentially non-existent fixed version.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The full pet should be visible inside the floating overlay/window, with enough transparent padding or unclipped bounds for the entire sprite.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Codex pet overlay is cropped inside its own floating container [1 comments, 2 participants]