I have been unable to determine why flexbox is not working in IE 11.
For testing, I sourced a very simple flexbox layout from CodePen and have pasted the information
For me, using
flex: 1 1 auto;
instead of
flex: 1;
solved the flex issue on IE 11.