cleanup style

This commit is contained in:
2024-05-21 14:57:13 +02:00
parent c76f4be928
commit bbad25b55b

View File

@@ -61,12 +61,12 @@ div.table-container {
@apply sticky top-0 z-10;
top: -1px;
}
tr, tr>td {
height: v-bind(itemHeightStyle);
}
}
&::-webkit-scrollbar-track {
margin-top: v-bind(scrollBarTop);
}
:deep(tr), :deep(tr>td) {
height: v-bind(itemHeightStyle);
}
}
</style>