This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Blue - v1.9.5
Fix modal body to adapt height based on content, on IE11
On IE11, a modal is not adjusting his height based on the content. I think it's becaused of the shorthand version of flex: 1. IE10-11 are interpolating that value the wrong way
Setting it to flex: 1 1 auto fixed the issue I was having
There are other places in Blue that used the same shorthand flex property. I didn't want to go in there and change everything without causing unknown side effects
Fancy: Fix iFrame rendering for Edge/iFrame
(GIF: Shows the correct CSS rendering within an unmounting/mounting iFrame within IE11)
This update bumps Fancy to the latest version which fixes an iFrame
rendering issue for Edge/IE. This occurs when the iFrame is unmounted/destroyed.
Note: It still throws an error in IE11, however, the styles work 👍 . No errors in Edge.
Update in Fancy 2.1.2

