My app relies on using iframes to interact with third-party websites. Unfortunately, one of these websites has a feature that automatically changes the "overflow" property to "hidden" when it detects that it is being utilized within an iframe.
Is there a solution to this issue? I understand that typically, we are unable to modify the CSS of iframes that are not from the same origin.
I am curious to know why setting "overflow: hidden" is necessary just because the website is being used within an iframe...
This app is specifically designed to work on Samsung devices using the Chrome browser. Any guidance or assistance would be greatly appreciated. Thank you!