Local scrolling failure on the mobile end, for a while, what's going on?

there is a table, the requirement is that the header is fixed, tbody can slide. Because the overflow-y is not valid for the tbody tag, the outer layer adds the div, to the div and the {overflow-y: scroll;overflow-x: hidden;-webkit-overflow-scrolling: touch;} attribute, which can be scanned normally with the mouse on the PC side, but it occasionally fails on the mobile side, and the whole page is stuck, and then it will be fine after a while. What"s going on?

Css
Mar.28,2021
Menu