Skip to content

Commit

Permalink
Merge pull request #334 from TransNexus/master
Browse files Browse the repository at this point in the history
Fix scrolling issue #331
  • Loading branch information
nakupanda authored Mar 24, 2017
2 parents 2ead628 + 1edaa73 commit 52552cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/bootstrap-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,9 @@
$(this).remove();
}
BootstrapDialog.moveFocus();
if ($('.modal').hasClass('in')) {
$('body').addClass('modal-open');
}
});

// Backdrop, I did't find a way to change bs3 backdrop option after the dialog is popped up, so here's a new wheel.
Expand Down

0 comments on commit 52552cb

Please sign in to comment.