Parent page scrolling

Hi there!
I have a problem with scrolling main page when i use babylonjs scene inside iframe.
So i have an iframe with babylonjs scene in it. And when this iframe has 100% width on mobile device then i face some troubles with scrolling because of touch-action=“none”.
I want to enable parent page scrolling even if user scroll inside iframe (what is disabled now via touch-action=none).
Did you face such situations or maybe you have any ideas?

If i get you right, you just use the iframe to display some Web3D scene with babylon but users cant interact with it, because " touch-action=‘none’ " correctly? So why don’t you try adding an invisible div the same size as the iframe above the iframe so you can still interact with the main page instead of the iframe?

Hello, just checking in, was your question answered? @s.donchak