Closed kielni closed 8 years ago
Hi @kielni, I believe this should be fixed by #110. @bscofield and I worked on this and found that overflow-y: auto
was not sufficient to fix the problem; it can still be triggered when the images are loaded in after a delay. My PR includes some code to toggle overflow-y:hidden on the container to force Safari to recalculate the modal's height.
:+1:
:ship: :ship: :ship:
Closing in favor of #110 which I just merged.
Fix for https://github.com/DevProgress/maps-showcase/issues/92
There's a bug in Safari; super long discussion and fix from https://github.com/twbs/bootstrap/issues/14839
I can reproduce the bug and fix with the Xcode simulator, but haven't (yet) tried it on a real iPhone.