diff --git a/assets/js/general_functions.js b/assets/js/general_functions.js index 9127bb46..a505eabf 100755 --- a/assets/js/general_functions.js +++ b/assets/js/general_functions.js @@ -334,7 +334,7 @@ window.GeneralFunctions = window.GeneralFunctions || {}; 'class': 'card', 'html': [ $('
', { - 'class': 'card-body', + 'class': 'card-body overflow-auto', 'html': response.message || '→ No error information provided.' }) ]