I encounter a issue with Edge/IE when using flexbox. The content may overflow, so I use overflow-x: auto. Flex direction is column, with flex-grow:1 on
overflow-x: auto
flex-grow:1
Here is the solution for edge .Credit to Robin Rendle
Robin Rendle
html { -ms-overflow-style: -ms-autohiding-scrollbar; }