vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

account for hiding large unuse item

Open chunglam2525 opened this issue 1 year ago • 0 comments

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.

chunglam2525 avatar Feb 07 '24 11:02 chunglam2525