loveorigami / yii2-modal-ajax

A wrapper around Yii2 Bootstrap Modal for using an ActiveForm via AJAX inside.
MIT License
50 stars 29 forks source link

Show Modal #12

Closed DevelopFaster closed 6 years ago

DevelopFaster commented 6 years ago

On click to create the button I get an opened modal form, but can't edit content or close modal. If i delete <div class="modal-backdrop in"></div> in DOM i can close. I think bug linked with my theme Need add .modal-backdrop { / bug fix - no overlay / display: none; }

loveorigami commented 6 years ago

Yiu also try

.modal-backdrop {
/* bug fix - no overlay */
z-index: 1 !important;
}