T
TanStack3y ago
rare-sapphire

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?
No description
1 Reply
equal-aqua
equal-aqua3y ago
Ooo that's interesting, need to check it, thanks!

Did you find this page helpful?