Skip to content

Commit cf2719b

Browse files
committed
updated README.md
1 parent 4367388 commit cf2719b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@ Please find all configuration opens in Magento Admin > Stores > Configuration >
6262
- Set the mode to production or sandbox
6363
- Change the other settings to your liking
6464

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+
6577
## Troubleshooting ##
6678

6779
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

Comments
 (0)