Fix vertical scrolling in data bank

This commit is contained in:
Cohee 2024-06-27 08:42:23 +00:00
parent 52a803b6ab
commit 5075534b2e
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ async function openAttachmentManager() {
const cleanupFn = await renderButtons();
await verifyAttachments();
await renderAttachments();
await callGenericPopup(template, POPUP_TYPE.TEXT, '', { wide: true, large: true, okButton: 'Close' });
await callGenericPopup(template, POPUP_TYPE.TEXT, '', { wide: true, large: true, okButton: 'Close', allowVerticalScrolling: true });
cleanupFn();
dragDropHandler.destroy();