CSS zoom
My app uses css zoom on tablet screens. When using a window virtual scroll it breaks the rendering. Elements on the page have the same size in pixels but more space is visible in a scroll window. It's possible to achieve the same bug if you put zoom: 0.8 on the list in react virtual examples on tanstack website. Any ideas how to fix this problem?

1 Reply
equal-aqua•3y ago
Ooo that's interesting, need to check it, thanks!