fix list table autosize on row count change

This commit is contained in:
jeffvli
2025-12-01 13:30:58 -08:00
parent bfac1524a8
commit 994d8bac71
2 changed files with 5 additions and 14 deletions
@@ -26,6 +26,10 @@
overflow: hidden;
}
.item-table-grid-container > div[role='grid'] {
height: unset !important;
}
.item-table-pinned-rows-container {
position: relative;
display: flex;