J
J
JohnDoe1162019-06-24 17:44:19
css
JohnDoe116, 2019-06-24 17:44:19

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?5d10e2288b3d6768043196.jpeg

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Olga Veter, 2019-06-24
@vetero4eg

Are you using an autoprefixer with the correct settings?

A
Alex Glebov, 2019-06-24
@SkiperX

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.

M
Mikhail Osher, 2019-06-24
@miraage

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.

A
Andrey Efimov, 2019-06-24
@efiand

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 question

Ask a Question

731 491 924 answers to any question