Hello
When I try to delete a row the delete confirmation modal appears under de modal backdrop.
This only happen in google-chrome. Any solution out there.
Thanks in advance.
Jesús
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 23 November 2016 - 12:31 PM
Hello
When I try to delete a row the delete confirmation modal appears under de modal backdrop.
This only happen in google-chrome. Any solution out there.
Thanks in advance.
Jesús
Posted 23 November 2016 - 13:28 PM
Posted 23 November 2016 - 20:02 PM
Thanks for you tip. I've solved this way:
.modal-backdrop {
z-index: -1 !important;
}
Posted 24 November 2016 - 05:58 AM
You're most welcome :) :) :)