perf(ui): smooth large lists and graphs

This commit is contained in:
DhanushSantosh
2026-01-19 19:38:56 +05:30
parent f987fc1f10
commit 9bb52f1ded
30 changed files with 1116 additions and 312 deletions

View File

@@ -1120,3 +1120,8 @@
animation: none;
}
}
.perf-contain {
contain: layout paint;
content-visibility: auto;
}