I'm using a jquery UI dialog to have users accept a Terms & Conditions popup where the content is too long to fit in the popup's height. So a scrollbar appears when the dialog pops up, but it opens with the scrollbar at the bottom.
This doesn't seem to be possible through the dialog options.
Anyone know of a way to get the dialog to open with the scrollbar at the top?