diff --git a/public/scripts/user.js b/public/scripts/user.js index 993c0ce3f..4aab9bb1b 100644 --- a/public/scripts/user.js +++ b/public/scripts/user.js @@ -592,7 +592,7 @@ async function viewSettingsSnapshots() { } } - callGenericPopup(template, POPUP_TYPE.TEXT, '', { okButton: 'Close', wide: false, large: false }); + callGenericPopup(template, POPUP_TYPE.TEXT, '', { okButton: 'Close', wide: false, large: false, allowVerticalScrolling: true }); template.find('.makeSnapshotButton').on('click', () => makeSnapshot(renderSnapshots)); renderSnapshots(); }