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

Updated default z-index value #20

Closed jordigg closed 9 years ago

jordigg commented 9 years ago

Changed highest/default value for z-index. Modal by default stays on z-index:1 even though there are elements with higher z-indexes.

vjt commented 9 years ago

Sorry, my bad. Thanks.