UI:Dialog Scrollbars ?

UI:Dialog Scrollbars ?


Hello!
I have been poking around the source of jQuery UI.Dialog and there
seems absolutely no option for scrollbars, for longer content.
I have tried various means of setting "overflow: auto", etc. to it,
with no effect.
* Note:
I did modify the source (ui.dialog.js) to change the line "overflow:
none" to "overflow: auto" and it does draw scrollbars, but 'outside'
of the content, and within the border which doesn't quite look right.
* Note 2:
Also of note, when there is "more content" and a button is enabled..
the content appears behind the button.
Is there a way that I can get scrollbars to appear when the contents
of a dialog are larger than the window itself ?
Thank you!
- Matthew