H5 page ios end of the slide is not smooth problems

body {
   overflow-x: hidden
}
XXX{ //滚动的容器
   overflow-y: auto
}

Solution:

Add elements to the body overflow-x:hidden. Then add in the rolling containeroverflow-y: auto

Guess you like

Origin blog.csdn.net/qq_24147051/article/details/95066821