Item (stepped hole) _ mobile terminal will be chattering when using the touch slip event

First, the solution: to add body to a position-fixed class

body {
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: 0;
          overflow: hidden;
     }

 

Guess you like

Origin www.cnblogs.com/xxm980617/p/11613611.html