design-system
design-system copied to clipboard
fix(styles): restored scroll functionality on disabled textareas
This PR is on hold until after the v8 release is completed.
๐ Description
This PR fixes issue where disabled textareas are not scrollable in Chrome.
The fix adds pointer-events: all to disabled textareas to ensure users can still scroll
through content even when the textarea is disabled.
๐ Checklist
- โ My code follows the style guidelines of this project
- ๐ ๏ธ I have performed a self-review of my own code
- ๐ I have made corresponding changes to the documentation
- โ ๏ธ My changes generate no new warnings or errors
- ๐งช I have added tests that prove my fix is effective or that my feature works
- โ๏ธ New and existing unit tests pass locally with my changes