Unable to click any thing
Hello,
Please help me with this. Because of this iframe I can't interact with the UI. This is happening on react. Please let me know where it is coming from and what the issue is. Thank you.
<img src=" />
Replies (7)
Hi,
Try to do next stepts:
1) in your yarn.lock file find the react-scripts and change the versions to the next:
"react-scripts@5.0.1":
"integrity" "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ=="
"resolved" "
"version" "5.0.1" 2) in your
package.json put the next row into the dependencies: "react-scripts": "5.0.1" (without ^ symbol).3) remove your
node_modules and reinstall the packages. It should help you.Regards,
Keenthemes support
Hi,
Can you please provide more information as our templates do not use iframe.
Which template and version are you using ?
Regards.
Hi,
Can you please let us know, where you use iframe ? The original source does not contain any iframe.
Regards.
I just found out it is because of react-scripts. It disables mouse events through an iframe overlay.