Vue scroll bar to get scrollTop distance sliding too fast to get accurate?

if the scroll bar goes back to the top and scrolls too fast to get a distance of less than 0 or less than 50100, why

let scrollTop = document.documentElement.scrollTop || document.body.scrollTop
console.log(scrollTop)
Aug.01,2021

Hello, landlord! This is due to the springback effect of the browser . To obtain the exact value, you can use iScroll or better-scroll

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bd8d-2c2bb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bd8d-2c2bb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?