Check whether there are overflows in div tags. Use your finger to scroll on different areas to determine the element that has overflow.
Add style overflow:hidden to the tags that have overflow to fix this problem.
Bruce Ng's software development blog
An archive of solutions of programming problems I have faced in my career
Add style overflow:hidden to the tags that have overflow to fix this problem.