I have strange issues in one of my environments. When I try to click on one element it doesn't happen. As I have checked it is caused by an additional iframe from the playwright.
When I search for locator in 'top', it does not find the element:

When I search for a locator in an iframe, it returns the correct element:

Details about iframe element:
<iframe __playwright_src__="/snapshot/frame@8e43e5ddde2bfee64f9aa9f7c9b8034f" class="IFramestyle__StyledIFrame-iixo8s-0 jAVhLT" id="iframe_content" src="[http://127.0.0.1:9323/trace/snapshot/frame@8e43e5ddde2bfee64f9aa9f7c9b8034f?trace=http%3A%2F%2F127.0.0.1%3A9323%2Fdata%2F5a611e590ce0f4b170e428e4665dc98d7b477a87.zip&name=after%40call%4024](http://127.0.0.1:9323/trace/snapshot/frame@8e43e5ddde2bfee64f9aa9f7c9b8034f?trace=http%3A%2F%2F127.0.0.1%3A9323%2Fdata%2F5a611e590ce0f4b170e428e4665dc98d7b477a87.zip&name=after%40call%4024)"></iframe>
It is strange, that it only happens in one of my environments. Do you have any ideas why it happens?
I have strange issues in one of my environments. When I try to click on one element it doesn't happen. As I have checked it is caused by an additional iframe from the playwright.

When I search for locator in 'top', it does not find the element:
When I search for a locator in an iframe, it returns the correct element:

Details about iframe element:
<iframe __playwright_src__="/snapshot/frame@8e43e5ddde2bfee64f9aa9f7c9b8034f" class="IFramestyle__StyledIFrame-iixo8s-0 jAVhLT" id="iframe_content" src="[http://127.0.0.1:9323/trace/snapshot/frame@8e43e5ddde2bfee64f9aa9f7c9b8034f?trace=http%3A%2F%2F127.0.0.1%3A9323%2Fdata%2F5a611e590ce0f4b170e428e4665dc98d7b477a87.zip&name=after%40call%4024](http://127.0.0.1:9323/trace/snapshot/frame@8e43e5ddde2bfee64f9aa9f7c9b8034f?trace=http%3A%2F%2F127.0.0.1%3A9323%2Fdata%2F5a611e590ce0f4b170e428e4665dc98d7b477a87.zip&name=after%40call%4024)"></iframe>It is strange, that it only happens in one of my environments. Do you have any ideas why it happens?