Stabilize tape virtualization and scoped live health

This commit is contained in:
dirtydishes 2026-05-07 01:52:20 -04:00
parent 034d24f8ac
commit e69bf295c8
11 changed files with 866 additions and 273 deletions

View file

@ -967,6 +967,11 @@ h3 {
min-width: 980px;
}
.data-table-body {
position: relative;
min-width: 100%;
}
.data-table-options {
min-width: 1280px;
}
@ -1024,10 +1029,16 @@ h3 {
text-align: left;
}
.data-table-row:nth-child(even) {
.data-table-row.is-even {
background: rgba(255, 255, 255, 0.022);
}
.data-table-virtual-row {
position: absolute;
left: 0;
width: 100%;
}
.data-table-row:hover,
.data-table-row:focus-visible {
outline: none;