fix: code snippet allows horizontal scroll (#8564)

* fix: add overflow-hidden class to BaseModal.Content in CodeAreaModal for improved layout

* fix: update BaseModal.Content in CodeAreaModal to use overflowHidden prop for better layout control
This commit is contained in:
Deon Sanchez 2025-06-18 09:26:50 -06:00 committed by GitHub
commit ea02f639ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ export default function CodeAreaModal({
aria-hidden="true"
/>
</BaseModal.Header>
<BaseModal.Content>
<BaseModal.Content overflowHidden={true}>
<Input
value={code}
readOnly