jquery simpledialog2 scrollbar

204 views Asked by At

I am using simpledialog2 to show the dialog.

I want to add an scrollbar as my content is huge.

Below are the poperties for my dialog

defaultDialogConfig: {
mode: 'blank',
dialogForce: false,
showModal: true,
headerText: '',
headerClose: true,
animate: false,
zindex: 9999,
blankContent: '',
themeDialog: 'b',
themeInput: 'e',
themeButtonDefault: false,
themeHeader: 'a',
callbackOpen: lockScreen,
callbackClose: unlockScreen
},
1

There are 1 answers

1
Anup On BEST ANSWER
#DialogID{
   height: 400px;
   overflow: auto;
}