Skip to content

Commit

Permalink
feat: make text area still scrollable when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanBetty committed Nov 25, 2024
1 parent 34d4983 commit 7bafa7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/textinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@
],
},
'&.Mui-disabled': {
pointerEvents: 'none',
opacity: '0.7',
},
},
Expand Down Expand Up @@ -459,7 +458,6 @@
},
},
'&.Mui-disabled': {
pointerEvents: 'none',
opacity: '0.7',
},
},
Expand Down

0 comments on commit 7bafa7f

Please sign in to comment.