I have a panel where I insert some HTML from the server:
myPanel.update(response.responseText);
But if this text is too big, none of the sc
...or if you always want a vertical scrollbar
overflowY: 'scroll'