This commit is contained in:
2024-05-21 18:52:35 +02:00
parent 8bcbf3bd1d
commit b19ef017d6
3 changed files with 8 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ div.table-container {
@apply sticky z-10;
top: -1px;
}
tr, tr>td {
>*>tr, >*>tr>td {
height: v-bind(itemHeightStyle);
}
}