all demos affected, etc:
https://preview.keenthemes.com/metronic8/demo1/apps/calendar.html
#1 when click more, and click on task , opened modal is under first modal:
https://prnt.sc/W-ovZ8vW-wPu
#2 cant close modal in calendar:
https://prnt.sc/6rpiSTCKO3WL
Hi,
Thank you for the feedback, We will fix this issue in the next update ASAP.
In the meantime, you can apply the below quick fix and recompile your assets with Gulp or webpack.
Go to src/sass/vendors/plugins/_fullcalendar.scss
after line 187 add the below code:
// Popover
.fc-popover {
.modal-open & {
z-index: $zindex-modal - 1 !important;
}
}
thanks
what about "cant close modal in calendar:" ?
Hi,
Please add data-bs-dismiss="modal"
attribute to the modal's close button.
Regards.