Question
Horizontal Scroll Bar in Text Area
Hello, I have a problem about horizontal scroll bar in text area. I use a text area in a section. I want to see scroll bar in a text area if the column is greater than the shown. Because I dont want to shift the cursor to next line before 35 character.
I add a css class (attached) and I use it in text area for Cell read-write classes. Scroll is always shown there(attatched). This is so bad. I dont want to see scroll if it is not needed.
Do you have any solution about this issue.
Having a fixed length scroll as you mentioned 35 character is not advisable as in mobile you will get your whole screen in horizontal scroll which is very bad way. For your requirement mentioned the fixed width in the Presentation tab of Text area.