K
K
kat05552019-11-19 23:15:10
css
kat0555, 2019-11-19 23:15:10

Why is the text not visible on IOS?

Hello! I really need advice from an experienced layout designer for IOS
. The site has such a gray block with the text https://yadi.sk/i/cyVJpDinlnc-mQ
It appears when you click on the checkbox and works fine everywhere, except for IOS devices.
On IOS, the text is not visible, but when you try to select it with your finger, it appears.
For clarity, the video https://yadi.sk/i/oSdDte3GsCu17g
Link for example dev.goodbuying.ru/oczenka/?order=208132

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rustam Bainazarov, 2019-11-20
@kat0555

This is a rendering bug in Safari due to overflow, opacity, etc.
I solved it like this:

/* Добавляем к этому правилу следующее */
.checkout .checkout-form .info-container.visible {
    transform: translateZ(0);
}

Try it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question