Is there any settings on how can I show a scrollbar when the text area is rendered in HTML view? I already ticked the Allow Multiple Lines in the Object Pallete
Asked
Active
Viewed 143 times
0
-
Scroll bars are typically rendered by the browser. Modern browser like Chrome and Safari only show a scroll bar if there is too much content to fit in the window. Otherwise they won't show a scroll bar. – Jens Mar 21 '18 at 17:42
-
Im using Chrome but still no scrollbar appears – ACE_07 Mar 22 '18 at 02:58
-
As I said: They only render a scroll bar if the content does not fit in the box anymore. So add a lot of text and see if the scroll bar appears. – Jens Mar 22 '18 at 09:52