feature/mejora-tabla-buscador

This commit is contained in:
2026-04-07 14:43:36 -06:00
parent 565afdef61
commit 85b604e5de
2 changed files with 41 additions and 46 deletions

View File

@@ -99,7 +99,7 @@
</script>
<div class="w-full">
<div class="max-h-[600px] overflow-y-auto rounded-md border" bind:this={scrollContainer}>
<div class="min-h-[400px] max-h-[calc(100vh-310px)] overflow-y-auto rounded-md border" bind:this={scrollContainer}>
<Table.Root>
<Table.Header class="bg-background">
{#each table.getHeaderGroups() as headerGroup (headerGroup.id)}