The sliding of Vue project in IOS is not smooth, and the layout of fixd is out of order.

recently I encountered a very strange problem in the development of the VUE framework: the page slides not smoothly and the finger stops sliding when you leave the screen, plus a-webkit-overflow-scrolling: touch; slides smoothly, but the bottom navigation bar fixed layout scrolls along with the screen slippery. Have you ever encountered this problem?


add a bottom:0;left:0 to the bottom navigation bar

Menu