我使用simpledialog2来显示对话框。
我想添加滚动条,因为我的内容非常庞大。
以下是我的对话框的素材
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
},
答案 0 :(得分:1)
#DialogID{
height: 400px;
overflow: auto;
}