I really enjoy using design mode but it does not work in iframe. for example in storybook it just only allows select iframe and can not go inside of it.
Steps to Reproduce
open storybook or any iframe in browser tab and try to select element with design tool
Hey, thanks for the report. This is a known limitation. The element picker in Design mode currently only works with the top-level document and can’t go inside iframes due to an explicit guard in the code. That’s why in Storybook and similar cases it selects the <iframe> itself, but not the content inside it.
Iframe support isn’t trivial cross-origin issues, injecting the picker into each frame, and coordinating overlays, so I can’t share an ETA. I’ll flag this internally again, and if we get a status update, we’ll post it here.