Currently, I'm experiencing a design issue with the textarea
tag in my React project. The layout looks like this:
https://i.stack.imgur.com/JG1sm.png
I am looking to shift the scrollbar to the right without altering the text direction (rtl). Utilizing the TextareaAutosize
component from MUI, I have attempted various solutions, but none of them seem to relocate the scrollbar effectively.
Thank you in advance for any assistance!