Hey I've got an issue with the iFrame and I was wondering if anyone know how to solve this.
I created a few Construct 2 buttons underneath an iFrame. But I cannot click on those buttons with the mouse. The only way I can do that is if I add "pointer-events: none;" to the Style, but this prevent me from interacting with the mouse inside the iFrame.
Any ideas as to how I should go about getting both the buttons behind and inside of the iFrame to work with the mouse.
Thank you