Akryum / vue-virtual-scroller

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

Part of the content that does not fit into the container is cut off. #858

Open JohnnyMaynne opened 4 months ago

JohnnyMaynne commented 4 months ago

Describe the bug

I have created a div and flex properties table. Cells have a clearly defined width, for example 400 pixels. Accordingly, part of the table does not fit on the screen and can be scrolled using the overflow property. Here's a video that shows it:

https://www.dropbox.com/scl/fi/p68ziwteh2txquawu5g10/2024-02-20-12.45.08.mov?rlkey=1wibozv99w7hjf8mnw3wqbwum&dl=0

Reproduction

Table componen: https://codefile.io/f/AkpVwLk4UV Table row component: https://codefile.io/f/l3aniSbl7S

System Info

MacOs Ventura (13.1) , Chrome (99)

Used Package Manager

npm

Validations