javascript - How speed up overflow auto -


i have 10000 items on page.

<body> /*10000 items*/ </body>  

all works if items in body (on scroll not lag, because browser's scroll).

but if i'am using <div> css overflow:auto on scroll it's lag.

<div style="overflow:auto; height: 1000px;"> /*10000 items*/ </div>  

why happend , how can resolve problem?


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -