HubSpot / vex

A modern dialog library which is highly configurable and easy to style. #hubspot-open-source
http://github.hubspot.com/vex/docs/welcome
MIT License
6.92k stars 494 forks source link

Flashes on Close in Internet Explorer #216

Closed mike-ward closed 7 years ago

mike-ward commented 7 years ago

To reproduce, run the demo in Internet Explorer 11. On close, the dialog flashes for a moment after closing.

mike-ward commented 7 years ago

Adding this to my style sheet fixes the issue:

.vex.vex-closing .vex-content {opacity: 0;}
.vex.vex-closing .vex-overlay {opacity: 0;}
bbatliner commented 7 years ago

Fixed in #233