It should add scroll bars - does for me on my device. You could edit the
editor_toolbar_* templates (there are 4 of them) and search for
Code:
style="width:100%; height:100px"
and replace with
Code:
style="width:100%; height:100px;overflow:auto"
in SHOWTHREAD search for
style="height:100px;width:99%" and replace with above code.
This will explicitly specify adding scroll bars when text size is greater than textbox area.