Skip to content

v1.0.7

Compare
Choose a tag to compare
@james-nofrixion james-nofrixion released this 25 Apr 08:41
· 43 commits to master since this release
fc5a581

Fixes for minor formatting issues with Payment Method 'help' tooltip. This release should be more responsive to different device types.

A known issue where PayPal buttons render over the tooltip was not fixed as this would involve applying styles to the PayPal modules which is not good practice. To resolve this issue, affected merchants can apply the following style to their Magento storefront theme via the Content -> Design -> Configuration settings.

<style>
iframe {
    z-index: 1 !important;
}
</style>