O
O
Otrivin2018-01-23 12:56:18
css
Otrivin, 2018-01-23 12:56:18

How to fix flexbox layout in IE?

Hello!
We made up the site, for some elements we used flexbox to save time. Now we found that in IE 11 (+ some old version of firefox, I won’t say now) one element is not displayed correctly at all.
How to fix the situation? I tried to run CSS through the prefix and the "flexibility" JS-library, the result is 0. For now, I plan to turn it around.

How it looks on Chrome
5a670644d453e429750584.png
And how on IE11
5a670672e6dd9853017282.png
The site itself. The problematic element is the slider.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
prodavec macdonalds, 2018-01-23
@Otrivin

write left: 0; top: 0; bottom: 0; right:0;

A
Alexey Ovdienko, 2018-01-23
@doubledare

In IE 11 display: flex doesn't work in conjunction with magn: auto?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question