Skip to content

Commit

Permalink
Editor / Directory / Add contact breaks scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Aug 10, 2020
1 parent 632b57e commit 9048da5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
$(document.body).append(element);
element.modal();
element.on('hidden.bs.modal', function() {
$(document.body).removeClass('modal-open');
element.modal('hide');
$('body > .modal-backdrop').remove();
element.remove();
Expand Down

0 comments on commit 9048da5

Please sign in to comment.