I
I
idkw132019-08-15 18:03:02
css
idkw13, 2019-08-15 18:03:02

What is the problem with displaying the slick slider in safari (iphone 6,8)?

problem images
5d5573e7b60d6907019366.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rustam Bainazarov, 2019-08-16
@idkw13

Update: + need the latest version.
This is a bug with flex-direction: column height calculation. Replace your styles with this:

.main__title {
   padding-top: 1.25rem;
   color: #ffffff;
   font-weight: 400;
   width: 100%;
}

.main__container {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}

And everything will be fine:
5d55b90211ea8731656994.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question