Search code examples
jqueryjquery-mobilejquery-pluginssimpledialog

jquery simpledialog2 scrollbar


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
},

Solution

  • #DialogID{
       height: 400px;
       overflow: auto;
    }