You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,18 @@ Please find all configuration opens in Magento Admin > Stores > Configuration >
62
62
- Set the mode to production or sandbox
63
63
- Change the other settings to your liking
64
64
65
+
## Known Issues ##
66
+
67
+
There is a known issue where PayPal buttons render over the tooltip. This has not been directly fixed in the plugin as it would would involve applying styles to another vendor's module. Affected merchants can resolve this issue by applying the following style to the header section of the Magento storefront theme via `Content -> Design -> Configuration`.
68
+
69
+
```css
70
+
<style>
71
+
iframe {
72
+
z-index: 1!important;
73
+
}
74
+
</style>
75
+
```
76
+
65
77
## Troubleshooting ##
66
78
67
79
If something goes wrong during installation or during deployment, just follow the typical Magento 2 module installation steps. The NoFrixion Payments module follows all Magento 2 standards and should not be any different.
0 commit comments