It is now possible to scroll down preview modal

This commit is contained in:
Zanz2 2017-12-10 01:41:21 +01:00
parent d0a9198408
commit 11dc3be9d4

View file

@ -18,5 +18,11 @@ HelperModule.flashAlertMsg(' <%= t('my_modules.protocols.load_from_file_invalid_
);
<% end %>
$('#modal-import-json-protocol-preview').modal('show');
$('.modal').on('hidden.bs.modal', function (e) {
if($('.modal').hasClass('in')) {
$('body').addClass('modal-open');
}
});
<% end %>