spectre
spectre copied to clipboard
Fix modal scroll on IE
Modal scroll on Internet Explorer 11 did not work.
Adding a height property on the modal-container, and flex properties on the children seems to fix the issue.
Still working on Chrome and Firefox.
Without this PR:

With this PR:

@Dewep This got merged into the https://github.com/lu4p/specter fork I actively maintain.