It seems the CSS applied to the remote modals container (legacy iframe) has been changed, causing the modal footer buttons to no longer appear. The issue is that the container wrapping the iframe of our modal content, no longer has “overflow: scroll” applied, causing the footer of the modals to be pushed way off the page and unusable.
See image 1: CleanShot 2026-02-02 at 17.44.40 · CleanShot Cloud
Adding “overflow: scroll” to the container again, brings back the modal footer and it’s buttons.
See image 2: CleanShot 2026-02-02 at 17.48.57 · CleanShot Cloud
I have to admit, it’s pretty tiring that these modals are breaking once per week over the last few weeks. Would appreciate someone adding automated tests for these critical modals ![]()
Thanks!
Björn