S
S
semanticparadox2019-07-19 22:30:46
css
semanticparadox, 2019-07-19 22:30:46

Why does the site scroll slowly when scrolling on a mobile device?

There is a site zagotovkimsk.ru/, from the phone when you scroll the page, it does not seem to scroll down, but freezes when you stop your finger.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Breeze1, 2019-07-20
@Breeze1

html, body { overflow-x: hidden }
Because this property is written in css. You can remove this property, or as an option for ios, add this property -webkit-overflow-scrolling: touch there. It is better to do the first option.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question