I have a textarea which when typing some text into, after so many line you get a vertical scroll bar which moves text a bit to the left because it needs space for itself.
How can I reserve that area on the right side of textarea where the scroll bar will appear so that nothing will be written there?
I have tried applying padding-right
to textarea but it moves the scroll bar itself to the left.