.filament-tables-table-container{
    max-height: calc(100vh - 600px);
}

.filament-tables-table-container thead{
    position: sticky;
    top: 0;
    z-index: 1;
}

html.dark .filament-tables-table-container thead tr{
    background-color: rgb(31 41 55/var(--tw-bg-opacity));
}

html:not(.dark) .filament-tables-table-container thead tr{
    background-color: whitesmoke;
}

