vue-virtual-scroller
vue-virtual-scroller copied to clipboard
account for hiding large unuse item
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
- [X] Read the docs.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.