In Chrome, the ChatGPT composer input renders incorrectly (vertical clipping / misalignment). Safari renders correctly.
The issue appears to be caused by the outer composer container (div[data-composer-surface="true"]) using border-radius: 28px together with overflow: clip (bg-clip-padding). Disabling border-radius on this container immediately fixes the rendering. Adding margin/padding also masks the issue.
This worked correctly until recently (regression).
Browser: Chrome (latest)
-
OS: macOS
-
Safari: works correctly
-
Incognito mode: affected
-
Zoom: 100%