Skip to content
Advertisement

Active modal view codeigniter

Hy, I want to edit some data using modal view. So I make the code for modal view and I am unable to edit input area.

You can see the image with issue here.

The code for my modal is:

JavaScript

Advertisement

Answer

This seems me error with the css code.

Adjust the z-index in the modal.

.modal-dialog, .modal-content { z-index: 99999; }

This happen when the backdrop is on the front off page.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement