ifad / data-confirm-modal

Makes Rails' link_to confirm: 'foo' build a Bootstrap Modal instead of calling the browser's confirm() API.
MIT License
270 stars 115 forks source link

Modal not show correct opacity #27

Closed thiensubs closed 8 years ago

thiensubs commented 9 years ago

error When confirm dialog show. It not show correct show dialog modal. Please help me fix it.

vjt commented 8 years ago

Please try setting an higher z-index using the setDefaults call:

dataConfirmModal.setDefaults({
  zIndex: 10059
});