From 7bafa7f435ca9de92d4e200a13ca2034ed7f97c9 Mon Sep 17 00:00:00 2001 From: Dylan Carver Date: Mon, 25 Nov 2024 12:02:03 +0100 Subject: [PATCH] feat: make text area still scrollable when disabled --- src/components/textinput.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/textinput.js b/src/components/textinput.js index c042e8583..ce360808c 100644 --- a/src/components/textinput.js +++ b/src/components/textinput.js @@ -383,7 +383,6 @@ ], }, '&.Mui-disabled': { - pointerEvents: 'none', opacity: '0.7', }, }, @@ -459,7 +458,6 @@ }, }, '&.Mui-disabled': { - pointerEvents: 'none', opacity: '0.7', }, },