Q
Q
quiplunar2020-08-28 19:21:23
css
quiplunar, 2020-08-28 19:21:23

How to disable jump scroll in safari?

In safari on ios, there is such a problem:

Jumps occur when scrolling in the c block . I realized that this is the effect of safari, can it be turned off somehow? So that the content stops dead when it reaches the end? overflow: auto

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kocherman, 2020-08-28
@quiplunar

selector {
overscroll-behavior: none;
}

Are you talking about this ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question