Skip to content

Add explicit overflow handling to textarea and pre elements#1056

Closed
MatrixNeoKozak wants to merge 1 commit into
acss-io:mainfrom
MatrixNeoKozak:scout-improvement-1780252415955
Closed

Add explicit overflow handling to textarea and pre elements#1056
MatrixNeoKozak wants to merge 1 commit into
acss-io:mainfrom
MatrixNeoKozak:scout-improvement-1780252415955

Conversation

@MatrixNeoKozak

Copy link
Copy Markdown

The base.css file applies overflow-x: auto; to both textarea and pre elements, but not all browsers inherit this correctly. The .textarea class (a custom div acting as textarea) is missing overflow-x auto. This change ensures consistent behavior across browsers by moving the overflow rule to a combined selector and adding it to the .textarea class. This improves UX by preventing content overflow clipping in custom textarea elements.

@vercel

vercel Bot commented May 31, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the Atomizer Team on Vercel.

A member of the Team first needs to authorize it.

@changeset-bot

changeset-bot Bot commented May 31, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: da8982a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@MatrixNeoKozak MatrixNeoKozak closed this by deleting the head repository Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant