Add scroll to about panel

This commit is contained in:
DianaXWiki 2023-08-31 15:29:04 +03:00
parent 584b410d34
commit 9a1bad08bc
1 changed files with 2 additions and 1 deletions

View File

@ -539,7 +539,8 @@ define([
message, message,
dialog.getButtons(opt.buttons, opt.onClose) dialog.getButtons(opt.buttons, opt.onClose)
]); ]);
frame.style.minHeight='400px';
frame.style.overflowY='auto';
if (opt.forefront) { $(frame).addClass('forefront'); } if (opt.forefront) { $(frame).addClass('forefront'); }
return frame; return frame;
}; };