[ad_1]
Replies: 1
I just installed Gift Wrapper and noted that on my product page (when i click on the button add gift wrap) the modal pop-up shows but seems greyed out (Z-index issue). I already added CSS code (by searching other support tickets/topics on this forum) to enhance the z-index but unfortunately it is not providing me the requested result. Could any one help me with this?
used css code:
.modal-open .et_builder_inner_content {
z-index: 999999;
}
