Plugin Contributor
B.Ng
(@baonguyen0310)
Hello Leonidas,
Yes, you can add this CSS to the frontend to have it:
#cancelOverlay, #returnOverlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
}
Hi
I am sorry to say but the CSS code didn’t make any difference. The layer didn’t appear. I believe it happens because I couldn’t find anywhere the id #cancelOverlay or #returnOverlay inside the plugin
Regards
Leonidas
Plugin Contributor
B.Ng
(@baonguyen0310)
Hello Leonidas,
You’re right, we will add it in the next release.