Forced Overlay
-
The plugin adds an automatic overlay effect when the user arrives at the checkout page via the block:
<div style=”position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 9999; display: none;”></div>
However, this effect isn’t relevant on all sites, and it would be helpful to be able to easily disable it—even if it’s just by adding an ID or a CSS class to it.
You must be logged in to reply to this topic.