design-system icon indicating copy to clipboard operation
design-system copied to clipboard

fix(styles): restored scroll functionality on disabled textareas

Open alionazherdetska opened this issue 5 months ago โ€ข 5 comments

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

alionazherdetska avatar May 07 '25 12:05 alionazherdetska