Quantcast
Channel: Bootstrap modal appearing under background - Stack Overflow
Viewing all articles
Browse latest Browse all 71

Answer by Cam Tullos for Bootstrap modal appearing under background

$
0
0

This would cover all modals without messing up any of the animations or expected behavior..

$(document).on('show.bs.modal', '.modal', function () {
  $(this).appendTo('body');
});

Viewing all articles
Browse latest Browse all 71

Trending Articles