Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Fix modal body to adapt height based on content, on IE11 #399

Merged
merged 1 commit into from Nov 8, 2018

Conversation

plbabin
Copy link
Collaborator

@plbabin plbabin commented Nov 7, 2018

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

screen recording 2018-11-07 at 12 27 pm

@plbabin plbabin requested a review from ItsJonQ November 7, 2018 19:04
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 778ee39 on fix-modal-body-height-ie11 into 2498117 on master.

Copy link
Contributor

@ItsJonQ ItsJonQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@plbabin 🚀 from me! Thanks for this!!!!

@ItsJonQ ItsJonQ merged commit e3aaf7a into master Nov 8, 2018
@ItsJonQ ItsJonQ deleted the fix-modal-body-height-ie11 branch November 8, 2018 18:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants