A
A
Andrey Bely2020-11-23 11:14:40
css
Andrey Bely, 2020-11-23 11:14:40

Problems with layout on Mac in Safari browser?

Good morning.
Troubles with layout on a poppy in safari: Everything is fine in
5fbb6f10721cc830850723.png

other browsers:
5fbb6f291269a131765811.png

The grid is made using flex
Patient https://zamm.ru/catalog/stoly/ofisnye_stoly/format
... whom what ideas? Thanks in advance :-)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yuri, 2020-11-23
@just_guy95

As usual, curved flexbox in Safari.
If you add a block with buttons flex-shrink: 0, everything seems to be ok:

.block-extra-options {
  flex: 1 0 100%;
}

S
Sagrana, 2020-11-23
@sagrana

If .block-extra-options has flex-basis: 100%; , then in Safari everything falls into place
5fbb89999e2aa500053461.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question