Because of a rotated content area, textoverflow, and a -webkit issue about the scroll bar not showing properly I\'ve decided to use jscrollpane. For initial issue: Origina
jScrollPane has some options for solving this:
autoReinitialise:true
(adds processing overhead.. use only if necessary)
http://jscrollpane.kelvinluck.com/auto_reinitialise.html
reinitialise()
(manually update pane size)
http://jscrollpane.kelvinluck.com/dynamic_content.html