Showing 1 – 1 of 1 replies
alfikridotname

Modal closed on show with modal backdrop

alfikridotname PURCHASED
1 year ago
how to clear the modal backdrop on modal show ?
ThemeOn
ThemeOn SELLER
1 year ago
You can add the following custom CSS code based on the problems you face:

1. If you have issues with the modal backdrop always being on top :
.hd--expanded .content__header + .content__boxed {
z-index: auto;
}

2. Disabled or hidden backdrop:
.modal-backdrop.show {
opacity: 0;
}

Please make sure to contact us directly to get the fastest response possible.
https://wrapbootstrap.com/user/ThemeOn