fix(ui): stabilize virtual list scroll during measurement

This commit is contained in:
Shantur Rathore
2026-03-02 12:01:06 +00:00
parent 48b2d7c5ee
commit 4c5acefa07
3 changed files with 246 additions and 25 deletions

View File

@@ -9,10 +9,6 @@
flex-direction: column;
gap: 0.0625rem;
/* Reduce render + paint work for offscreen (but mounted) blocks.
Keep a conservative intrinsic size to avoid scroll jumps. */
content-visibility: auto;
contain-intrinsic-size: 1px 400px;
contain: layout paint style;
}