Answer the question
In order to leave comments, you need to log in
How to fix layout on flex-box in IE11?
Every time I make an adaptive on flex, the explorer is the only one that breaks the layout when applying flex-direction: column. Are there any ways to fix this?
Answer the question
In order to leave comments, you need to log in
https://getbootstrap.com/docs/4.0/layout/grid/
See how the columns are made here. Do the same with your styles, or take the whole grid.
If using flex-grow: 1 for horizontal/vertical stretch, make sure to set the appropriate width/height on the flex container. Otherwise, IE11 won't start.
More than half of the situations when colleagues turn the axis boiled down to simply not doing flex on the mobile. Suddenly, this is exactly the case here, there is little input data.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question