v1.0.7
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>