Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.43k stars 901 forks source link

account for hiding large unuse item #855

Open chunglam2525 opened 8 months ago

chunglam2525 commented 8 months ago

Clear and concise description of the problem

I am having issue when using this module with large height div as item. If the item height is over 9999px, translateY(-9999px) in unuseViews start to failed to hide the div properly.

Suggested solution

Is there a option to remove unuseViews in html?

Alternative

No response

Additional context

No response

Validations