A
A
Alisher Gani2017-09-24 19:59:19
css
Alisher Gani, 2017-09-24 19:59:19

Why layout breaks in Safari?

on other browsers everything works perfectly, but on Safari one section breaks. 112b04c00a1a415787526620c7bc097b.jpg
and on otsalnyh 8ceff7ecd1094cfcbe960613ca41c561.jpgas it should.
Maybe it's the prefixes? But I put down all the -webkit- prefixes

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg, 2017-09-24
@nugget-ekb

Give me a link, I'll take a look and I'll be able to tell you. Most likely not all prefixes added. Which new may not be registered with you.
container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; /* NEW */
-webkit-flex-wrap: wrap; /* NEW */
display: flex;
flex-wrap: wrap;
justify-content: center;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question